Html Css Color HEX #421229 Blackberry

📋 copy color: '#421229'

red 66 ◦ green 18 ◦ blue 41

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

Shades of Blackberry #421229

Tints of Blackberry #421229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.4%

 BLUE value IS 41 (16.41% from 255) = 32.8%

R = 52.8%
G = 14.4%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#421229 (or 0x421229) is known color: Blackberry. HEX triplet: 42, 12 and 29. RGB value is (66,18,41). Sum of RGB (Red+Green+Blue) = 66+18+41=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #421229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421229 is #BDEDD6. Grayscale: #222222. Windows color (decimal): -12447191 or 2691650. OLE color: 2691650.

HSL color Cylindrical-coordinate representation of color #421229: hue angle of 331.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #421229 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 18 41 -
CMYK 0 0.73 0.38 0.74
HSL 331.25º 0.57% 0.16% -
HSV(B) 331.25º 0.73% 0.26% -
XYZ 2.86 1.75 2.28 -
YUV 34.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 66 18 41 0 0.73 0.38 0.74 331.25 0.57 0.16
Hex 42 12 29 0 49 26 4A 14B 39 10
Octal 102 22 51 0 111 46 112 513 71 20
Binary 1000010 10010 101001 0 1001001 100110 1001010 101001011 111001 10000

Color Harmonies of #421229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421229

Black with #421229

Text Example


Text Example

White with #421229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421229; }

 p { color: rgb(66,18,41); }

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

background-color css

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

 a { background-color: rgb(66,18,41); }

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

border-color css

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

 span { border-color: rgb(66,18,41); }

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