#421F37

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

Shades of Blackberry #421F37

Tints of Blackberry #421F37

Color information

#421F37 (or 0x421F37) is unknown color: approx Blackberry. HEX triplet: 42, 1F and 37. RGB value is (66,31,55). Sum of RGB (Red+Green+Blue) = 66+31+55=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #421F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F37 is #BDE0C8. Grayscale: #2C2C2C. Windows color (decimal): -12443849 or 3612482. OLE color: 3612482.

HSL color Cylindrical-coordinate representation of color #421F37: hue angle of 318.86º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #421F37 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB663155-
CMYK00.530.170.74
HSL318.86º36.08%19.02%-
HSV(B)318.86º53.03%25.88%-
XYZ3.432.413.9-
YUV44.2134.1143.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.42%
GREEN value IS 31 (12.5% from 255) = 20.39%
BLUE value IS 55 (21.88% from 255) = 36.18%
R=43.42%
G=20.39%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66315500.530.170.74318.8636.0819.02
Hex421F37035114A13f2413
Octal1023767065211124774423
Binary100001011111110111011010110001100101010011111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421F37; }

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

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

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

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

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

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

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

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