Html Css Color HEX #401729 Blackberry

📋 copy color: '#401729'

red 64 ◦ green 23 ◦ blue 41

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

Shades of Blackberry #401729

Tints of Blackberry #401729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.97%

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

R = 50%
G = 17.97%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#401729 (or 0x401729) is known color: Blackberry. HEX triplet: 40, 17 and 29. RGB value is (64,23,41). Sum of RGB (Red+Green+Blue) = 64+23+41=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #401729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401729 is #BFE8D6. Grayscale: #252525. Windows color (decimal): -12576983 or 2692928. OLE color: 2692928.

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

Color convert

RGB 64 23 41 -
CMYK 0 0.64 0.36 0.75
HSL 333.66º 0.47% 0.17% -
HSV(B) 333.66º 0.64% 0.25% -
XYZ 2.82 1.86 2.31 -
YUV 37.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 64 23 41 0 0.64 0.36 0.75 333.66 0.47 0.17
Hex 40 17 29 0 40 24 4B 14E 2F 11
Octal 100 27 51 0 100 44 113 516 57 21
Binary 1000000 10111 101001 0 1000000 100100 1001011 101001110 101111 10001

Color Harmonies of #401729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401729

Black with #401729

Text Example


Text Example

White with #401729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401729; }

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

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

background-color css

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

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

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

border-color css

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

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

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