Html Css Color HEX #421D36 Blackberry

📋 copy color: '#421D36'

red 66 ◦ green 29 ◦ blue 54

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

Shades of Blackberry #421D36

Tints of Blackberry #421D36

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.46%

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

R = 44.3%
G = 19.46%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#421D36 (or 0x421D36) is known color: Blackberry. HEX triplet: 42, 1D and 36. RGB value is (66,29,54). Sum of RGB (Red+Green+Blue) = 66+29+54=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #421D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D36 is #BDE2C9. Grayscale: #2A2A2A. Windows color (decimal): -12444362 or 3546434. OLE color: 3546434.

HSL color Cylindrical-coordinate representation of color #421D36: hue angle of 319.46º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #421D36 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 29 54 -
CMYK 0 0.56 0.18 0.74
HSL 319.46º 0.39% 0.19% -
HSV(B) 319.46º 0.56% 0.26% -
XYZ 3.35 2.3 3.76 -
YUV 42.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 66 29 54 0 0.56 0.18 0.74 319.46 0.39 0.19
Hex 42 1D 36 0 38 12 4A 13F 27 13
Octal 102 35 66 0 70 22 112 477 47 23
Binary 1000010 11101 110110 0 111000 10010 1001010 100111111 100111 10011

Color Harmonies of #421D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D36

Black with #421D36

Text Example


Text Example

White with #421D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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