Html Css Color HEX #401229 Blackberry

📋 copy color: '#401229'

red 64 ◦ green 18 ◦ blue 41

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

Shades of Blackberry #401229

Tints of Blackberry #401229

RGB

 RED value IS 64 (25.39% from 255) = 52.03%

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

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

R = 52.03%
G = 14.63%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#401229 (or 0x401229) is known color: Blackberry. HEX triplet: 40, 12 and 29. RGB value is (64,18,41). Sum of RGB (Red+Green+Blue) = 64+18+41=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #401229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401229 is #BFEDD6. Grayscale: #222222. Windows color (decimal): -12578263 or 2691648. OLE color: 2691648.

HSL color Cylindrical-coordinate representation of color #401229: hue angle of 330º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401229 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 18 41 -
CMYK 0 0.72 0.36 0.75
HSL 330º 0.56% 0.16% -
HSV(B) 330º 0.72% 0.25% -
XYZ 2.73 1.68 2.28 -
YUV 34.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 64 18 41 0 0.72 0.36 0.75 330 0.56 0.16
Hex 40 12 29 0 48 24 4B 14A 38 10
Octal 100 22 51 0 110 44 113 512 70 20
Binary 1000000 10010 101001 0 1001000 100100 1001011 101001010 111000 10000

Color Harmonies of #401229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401229

Black with #401229

Text Example


Text Example

White with #401229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401229; }

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

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

background-color css

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

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

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

border-color css

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

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

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