#421B37

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

Shades of Blackberry #421B37

Tints of Blackberry #421B37

Color information

#421B37 (or 0x421B37) is unknown color: approx Blackberry. HEX triplet: 42, 1B and 37. RGB value is (66,27,55). Sum of RGB (Red+Green+Blue) = 66+27+55=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 55 (21.88% from 255 or 37.16% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #421B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421B37 is #BDE4C8. Grayscale: #292929. Windows color (decimal): -12444873 or 3611458. OLE color: 3611458.

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

Color convert

RGB662755-
CMYK00.590.170.74
HSL316.92º41.94%18.24%-
HSV(B)316.92º59.09%25.88%-
XYZ3.332.223.87-
YUV41.85135.42145.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.59%
GREEN value IS 27 (10.94% from 255) = 18.24%
BLUE value IS 55 (21.88% from 255) = 37.16%
R=44.59%
G=18.24%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66275500.590.170.74316.9241.9418.24
Hex421B3703B114A13d2a12
Octal1023367073211124755222
Binary100001011011110111011101110001100101010011110110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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