Html Css Color HEX #401629 Blackberry

📋 copy color: '#401629'

red 64 ◦ green 22 ◦ blue 41

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

Shades of Blackberry #401629

Tints of Blackberry #401629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.32%

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

R = 50.39%
G = 17.32%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#401629 (or 0x401629) is known color: Blackberry. HEX triplet: 40, 16 and 29. RGB value is (64,22,41). Sum of RGB (Red+Green+Blue) = 64+22+41=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #401629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401629 is #BFE9D6. Grayscale: #242424. Windows color (decimal): -12577239 or 2692672. OLE color: 2692672.

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

Color convert

RGB 64 22 41 -
CMYK 0 0.66 0.36 0.75
HSL 332.86º 0.49% 0.17% -
HSV(B) 332.86º 0.66% 0.25% -
XYZ 2.8 1.82 2.3 -
YUV 36.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 64 22 41 0 0.66 0.36 0.75 332.86 0.49 0.17
Hex 40 16 29 0 42 24 4B 14D 31 11
Octal 100 26 51 0 102 44 113 515 61 21
Binary 1000000 10110 101001 0 1000010 100100 1001011 101001101 110001 10001

Color Harmonies of #401629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401629

Black with #401629

Text Example


Text Example

White with #401629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401629; }

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

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

background-color css

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

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

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

border-color css

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

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

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