#421B34

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

Shades of Blackberry #421B34

Tints of Blackberry #421B34

Color information

#421B34 (or 0x421B34) is unknown color: approx Blackberry. HEX triplet: 42, 1B and 34. RGB value is (66,27,52). Sum of RGB (Red+Green+Blue) = 66+27+52=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #421B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421B34 is #BDE4CB. Grayscale: #292929. Windows color (decimal): -12444876 or 3414850. OLE color: 3414850.

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

Color convert

RGB662752-
CMYK00.590.210.74
HSL321.54º41.94%18.24%-
HSV(B)321.54º59.09%25.88%-
XYZ3.262.193.5-
YUV41.51133.92145.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.52%
GREEN value IS 27 (10.94% from 255) = 18.62%
BLUE value IS 52 (20.70% from 255) = 35.86%
R=45.52%
G=18.62%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66275200.590.210.74321.5441.9418.24
Hex421B3403B154A1422a12
Octal1023364073251125025222
Binary100001011011110100011101110101100101010100001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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