Html Css Color HEX #421F37 Blackberry

📋 copy color: '#421F37'

red 66 ◦ green 31 ◦ blue 55

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

Shades of Blackberry #421F37

Tints of Blackberry #421F37

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 value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#421F37 (or 0x421F37) is known color: 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

RGB 66 31 55 -
CMYK 0 0.53 0.17 0.74
HSL 318.86º 0.36% 0.19% -
HSV(B) 318.86º 0.53% 0.26% -
XYZ 3.43 2.41 3.9 -
YUV 44.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 66 31 55 0 0.53 0.17 0.74 318.86 0.36 0.19
Hex 42 1F 37 0 35 11 4A 13F 24 13
Octal 102 37 67 0 65 21 112 477 44 23
Binary 1000010 11111 110111 0 110101 10001 1001010 100111111 100100 10011

Color Harmonies of #421F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F37

Black with #421F37

Text Example


Text Example

White with #421F37

Text Example


Text Example

HTML Codes & Css Web 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>