Html Css Color HEX #421F36 Blackberry

📋 copy color: '#421F36'

red 66 ◦ green 31 ◦ blue 54

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

Shades of Blackberry #421F36

Tints of Blackberry #421F36

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.53%

 BLUE value IS 54 (21.48% from 255) = 35.76%

R = 43.71%
G = 20.53%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#421F36 (or 0x421F36) is known color: Blackberry. HEX triplet: 42, 1F and 36. RGB value is (66,31,54). Sum of RGB (Red+Green+Blue) = 66+31+54=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #421F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F36 is #BDE0C9. Grayscale: #2C2C2C. Windows color (decimal): -12443850 or 3546946. OLE color: 3546946.

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

Color convert

RGB 66 31 54 -
CMYK 0 0.53 0.18 0.74
HSL 320.57º 0.36% 0.19% -
HSV(B) 320.57º 0.53% 0.26% -
XYZ 3.4 2.4 3.77 -
YUV 44.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 66 31 54 0 0.53 0.18 0.74 320.57 0.36 0.19
Hex 42 1F 36 0 35 12 4A 141 24 13
Octal 102 37 66 0 65 22 112 501 44 23
Binary 1000010 11111 110110 0 110101 10010 1001010 101000001 100100 10011

Color Harmonies of #421F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F36

Black with #421F36

Text Example


Text Example

White with #421F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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