#401537

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

Shades of Blackberry #401537

Tints of Blackberry #401537

Color information

#401537 (or 0x401537) is unknown color: approx Blackberry. HEX triplet: 40, 15 and 37. RGB value is (64,21,55). Sum of RGB (Red+Green+Blue) = 64+21+55=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #401537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401537 is #BFEAC8. Grayscale: #252525. Windows color (decimal): -12577481 or 3609920. OLE color: 3609920.

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

Color convert

RGB642155-
CMYK00.670.140.75
HSL312.56º50.59%16.67%-
HSV(B)312.56º67.19%25.1%-
XYZ3.071.93.82-
YUV37.73137.75146.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 21 (8.59% from 255) = 15%
BLUE value IS 55 (21.88% from 255) = 39.29%
R=45.71%
G=15%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64215500.670.140.75312.5650.5916.67
Hex401537043E4B1393311
Octal10025670103161134716321
Binary100000010101110111010000111110100101110011100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401537; }

 p { color: rgb(64,21,55); }

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

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

 a { background-color: rgb(64,21,55); }

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

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

 span { border-color: rgb(64,21,55); }

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