Html Css Color HEX #421B32 Blackberry

📋 copy color: '#421B32'

red 66 ◦ green 27 ◦ blue 50

#421B32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #421B32

Tints of Blackberry #421B32

RGB

 RED value IS 66 (26.17% from 255) = 46.15%

 GREEN value IS 27 (10.94% from 255) = 18.88%

 BLUE value IS 50 (19.92% from 255) = 34.97%

R = 46.15%
G = 18.88%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#421B32 (or 0x421B32) is known color: Blackberry. HEX triplet: 42, 1B and 32. RGB value is (66,27,50). Sum of RGB (Red+Green+Blue) = 66+27+50=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #421B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421B32 is #BDE4CD. Grayscale: #292929. Windows color (decimal): -12444878 or 3283778. OLE color: 3283778.

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

Color convert

RGB 66 27 50 -
CMYK 0 0.59 0.24 0.74
HSL 324.62º 0.42% 0.18% -
HSV(B) 324.62º 0.59% 0.26% -
XYZ 3.21 2.17 3.27 -
YUV 41.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 66 27 50 0 0.59 0.24 0.74 324.62 0.42 0.18
Hex 42 1B 32 0 3B 18 4A 145 2A 12
Octal 102 33 62 0 73 30 112 505 52 22
Binary 1000010 11011 110010 0 111011 11000 1001010 101000101 101010 10010

Color Harmonies of #421B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B32

Black with #421B32

Text Example


Text Example

White with #421B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #421B32;
 }
 .AnyTagClassName
 {
   color: #421B32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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