Html Css Color HEX #421D33 Blackberry

📋 copy color: '#421D33'

red 66 ◦ green 29 ◦ blue 51

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

Shades of Blackberry #421D33

Tints of Blackberry #421D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 34.93%

R = 45.21%
G = 19.86%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.74

RGB Variations

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

Color information

#421D33 (or 0x421D33) is known color: Blackberry. HEX triplet: 42, 1D and 33. RGB value is (66,29,51). Sum of RGB (Red+Green+Blue) = 66+29+51=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 51 (20.31% from 255 or 34.93% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #421D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D33 is #BDE2CC. Grayscale: #2A2A2A. Windows color (decimal): -12444365 or 3349826. OLE color: 3349826.

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

Color convert

RGB 66 29 51 -
CMYK 0 0.56 0.23 0.74
HSL 324.32º 0.39% 0.19% -
HSV(B) 324.32º 0.56% 0.26% -
XYZ 3.28 2.28 3.4 -
YUV 42.57 132.76 144.71 -
System Red Green Blue C M Y K H S L
Decimal 66 29 51 0 0.56 0.23 0.74 324.32 0.39 0.19
Hex 42 1D 33 0 38 17 4A 144 27 13
Octal 102 35 63 0 70 27 112 504 47 23
Binary 1000010 11101 110011 0 111000 10111 1001010 101000100 100111 10011

Color Harmonies of #421D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D33

Black with #421D33

Text Example


Text Example

White with #421D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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