#401836

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

Shades of Blackberry #401836

Tints of Blackberry #401836

Color information

#401836 (or 0x401836) is unknown color: approx Blackberry. HEX triplet: 40, 18 and 36. RGB value is (64,24,54). Sum of RGB (Red+Green+Blue) = 64+24+54=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #401836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401836 is #BFE7C9. Grayscale: #272727. Windows color (decimal): -12576714 or 3545152. OLE color: 3545152.

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

Color convert

RGB642454-
CMYK00.620.160.75
HSL315º45.45%17.25%-
HSV(B)315º62.5%25.1%-
XYZ3.112.013.71-
YUV39.38136.25145.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 54 (21.48% from 255) = 38.03%
R=45.07%
G=16.90%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64245400.620.160.7531545.4517.25
Hex40183603E104B13b2d11
Octal1003066076201134735521
Binary100000011000110110011111010000100101110011101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401836; }

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

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

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

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

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

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

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

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