#421237

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

Shades of Blackberry #421237

Tints of Blackberry #421237

Color information

#421237 (or 0x421237) is unknown color: approx Blackberry. HEX triplet: 42, 12 and 37. RGB value is (66,18,55). Sum of RGB (Red+Green+Blue) = 66+18+55=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #421237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421237 is #BDEDC8. Grayscale: #242424. Windows color (decimal): -12447177 or 3609154. OLE color: 3609154.

HSL color Cylindrical-coordinate representation of color #421237: hue angle of 313.75º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #421237 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB661855-
CMYK00.730.170.74
HSL313.75º57.14%16.47%-
HSV(B)313.75º72.73%25.88%-
XYZ3.151.873.81-
YUV36.57138.4148.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.48%
GREEN value IS 18 (7.42% from 255) = 12.95%
BLUE value IS 55 (21.88% from 255) = 39.57%
R=47.48%
G=12.95%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66185500.730.170.74313.7557.1416.47
Hex421237049114A13a3910
Octal10222670111211124727120
Binary1000010100101101110100100110001100101010011101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421237; }

 p { color: rgb(66,18,55); }

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

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

 a { background-color: rgb(66,18,55); }

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

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

 span { border-color: rgb(66,18,55); }

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