#401828

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

Shades of Blackberry #401828

Tints of Blackberry #401828

Color information

#401828 (or 0x401828) is unknown color: approx Blackberry. HEX triplet: 40, 18 and 28. RGB value is (64,24,40). Sum of RGB (Red+Green+Blue) = 64+24+40=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #401828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401828 is #BFE7D7. Grayscale: #252525. Windows color (decimal): -12576728 or 2627648. OLE color: 2627648.

HSL color Cylindrical-coordinate representation of color #401828: hue angle of 336º 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 #401828 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB642440-
CMYK00.620.380.75
HSL336º45.45%17.25%-
HSV(B)336º62.5%25.1%-
XYZ2.821.92.22-
YUV37.78129.25146.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 40 (16.02% from 255) = 31.25%
R=50%
G=18.75%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64244000.620.380.7533645.4517.25
Hex40182803E264B1502d11
Octal1003050076461135205521
Binary1000000110001010000111110100110100101110101000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401828; }

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

 H1.HeaderClassName
 {
   color: #401828;
 }
 .AnyTagClassName
 {
   color: #401828;
 }
</style>
background-color css

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

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

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

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

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

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