#421B36

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

Shades of Blackberry #421B36

Tints of Blackberry #421B36

Color information

#421B36 (or 0x421B36) is unknown color: approx Blackberry. HEX triplet: 42, 1B and 36. RGB value is (66,27,54). Sum of RGB (Red+Green+Blue) = 66+27+54=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #421B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421B36 is #BDE4C9. Grayscale: #292929. Windows color (decimal): -12444874 or 3545922. OLE color: 3545922.

HSL color Cylindrical-coordinate representation of color #421B36: hue angle of 318.46º 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 #421B36 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB662754-
CMYK00.590.180.74
HSL318.46º41.94%18.24%-
HSV(B)318.46º59.09%25.88%-
XYZ3.32.213.74-
YUV41.74134.92145.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.90%
GREEN value IS 27 (10.94% from 255) = 18.37%
BLUE value IS 54 (21.48% from 255) = 36.73%
R=44.90%
G=18.37%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66275400.590.180.74318.4641.9418.24
Hex421B3603B124A13e2a12
Octal1023366073221124765222
Binary100001011011110110011101110010100101010011111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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