#421930

Color #421930 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #421930

Tints of Blackberry #421930

Color information

#421930 (or 0x421930) is unknown color: approx Blackberry. HEX triplet: 42, 19 and 30. RGB value is (66,25,48). Sum of RGB (Red+Green+Blue) = 66+25+48=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #421930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421930 is #BDE6CF. Grayscale: #272727. Windows color (decimal): -12445392 or 3152194. OLE color: 3152194.

HSL color Cylindrical-coordinate representation of color #421930: hue angle of 326.34º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #421930 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB662548-
CMYK00.620.270.74
HSL326.34º45.05%17.84%-
HSV(B)326.34º62.12%25.88%-
XYZ3.132.073.03-
YUV39.88132.58146.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 47.48%
GREEN value IS 25 (10.16% from 255) = 17.99%
BLUE value IS 48 (19.14% from 255) = 34.53%
R=47.48%
G=17.99%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66254800.620.270.74326.3445.0517.84
Hex42193003E1B4A1462d12
Octal1023160076331125065522
Binary100001011001110000011111011011100101010100011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421930; }

 p { color: rgb(66,25,48); }

 H1.HeaderClassName
 {
   color: #421930;
 }
 .AnyTagClassName
 {
   color: #421930;
 }
</style>
background-color css

<style>
 a { background-color: #421930; }

 a { background-color: rgb(66,25,48); }

 div.DivClassName
 {
   background-color: #421930;
 }
 .BgClassName
 {
   background-color: #421930;
 }
</style>
border-color css

<style>
 span { border-color: #421930; }

 span { border-color: rgb(66,25,48); }

 td.TdClassName
 {
   border-color: #421930;
 }
 .TagClassName
 {
   border-color: #421930;
 }
</style>