Html Css Color HEX #401429 Blackberry

📋 copy color: '#401429'

red 64 ◦ green 20 ◦ blue 41

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

Shades of Blackberry #401429

Tints of Blackberry #401429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16%

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

R = 51.2%
G = 16%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#401429 (or 0x401429) is known color: Blackberry. HEX triplet: 40, 14 and 29. RGB value is (64,20,41). Sum of RGB (Red+Green+Blue) = 64+20+41=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #401429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401429 is #BFEBD6. Grayscale: #232323. Windows color (decimal): -12577751 or 2692160. OLE color: 2692160.

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

Color convert

RGB 64 20 41 -
CMYK 0 0.69 0.36 0.75
HSL 331.36º 0.52% 0.16% -
HSV(B) 331.36º 0.69% 0.25% -
XYZ 2.76 1.75 2.29 -
YUV 35.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 64 20 41 0 0.69 0.36 0.75 331.36 0.52 0.16
Hex 40 14 29 0 45 24 4B 14B 34 10
Octal 100 24 51 0 105 44 113 513 64 20
Binary 1000000 10100 101001 0 1000101 100100 1001011 101001011 110100 10000

Color Harmonies of #401429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401429

Black with #401429

Text Example


Text Example

White with #401429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401429; }

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

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

background-color css

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

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

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

border-color css

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

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

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