#401829

Color #401829 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #401829

Tints of Blackberry #401829

Color information

#401829 (or 0x401829) is unknown color: approx 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

RGB642441-
CMYK00.620.360.75
HSL334.5º45.45%17.25%-
HSV(B)334.5º62.5%25.1%-
XYZ2.841.92.32-
YUV37.9129.75146.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.61%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 41 (16.41% from 255) = 31.78%
R=49.61%
G=18.60%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64244100.620.360.75334.545.4517.25
Hex40182903E244B14e2d11
Octal1003051076441135165521
Binary1000000110001010010111110100100100101110100111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>