Html Css Color HEX #401929 Blackberry

📋 copy color: '#401929'

red 64 ◦ green 25 ◦ blue 41

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

Shades of Blackberry #401929

Tints of Blackberry #401929

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.23%

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

R = 49.23%
G = 19.23%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#401929 (or 0x401929) is known color: Blackberry. HEX triplet: 40, 19 and 29. RGB value is (64,25,41). Sum of RGB (Red+Green+Blue) = 64+25+41=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #401929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401929 is #BFE6D6. Grayscale: #262626. Windows color (decimal): -12576471 or 2693440. OLE color: 2693440.

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

Color convert

RGB 64 25 41 -
CMYK 0 0.61 0.36 0.75
HSL 335.38º 0.44% 0.17% -
HSV(B) 335.38º 0.61% 0.25% -
XYZ 2.86 1.95 2.32 -
YUV 38.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 64 25 41 0 0.61 0.36 0.75 335.38 0.44 0.17
Hex 40 19 29 0 3D 24 4B 14F 2C 11
Octal 100 31 51 0 75 44 113 517 54 21
Binary 1000000 11001 101001 0 111101 100100 1001011 101001111 101100 10001

Color Harmonies of #401929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401929

Black with #401929

Text Example


Text Example

White with #401929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401929; }

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

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

background-color css

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

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

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

border-color css

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

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

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