Html Css Color HEX #401829 Blackberry

📋 copy color: '#401829'

red 64 ◦ green 24 ◦ blue 41

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

Shades of Blackberry #401829

Tints of Blackberry #401829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.6%

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

R = 49.61%
G = 18.6%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#401829 (or 0x401829) is known color: Blackberry. HEX triplet: 40, 18 and 29. RGB value is (64,24,41). Sum of RGB (Red+Green+Blue) = 64+24+41=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #401829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401829 is #BFE7D6. Grayscale: #252525. Windows color (decimal): -12576727 or 2693184. OLE color: 2693184.

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

Color convert

RGB 64 24 41 -
CMYK 0 0.62 0.36 0.75
HSL 334.5º 0.45% 0.17% -
HSV(B) 334.5º 0.63% 0.25% -
XYZ 2.84 1.9 2.32 -
YUV 37.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 64 24 41 0 0.62 0.36 0.75 334.5 0.45 0.17
Hex 40 18 29 0 3E 24 4B 14E 2D 11
Octal 100 30 51 0 76 44 113 516 55 21
Binary 1000000 11000 101001 0 111110 100100 1001011 101001110 101101 10001

Color Harmonies of #401829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401829

Black with #401829

Text Example


Text Example

White with #401829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401829; }

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

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

background-color css

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

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

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

border-color css

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

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

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