#401535

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

Shades of Blackberry #401535

Tints of Blackberry #401535

Color information

#401535 (or 0x401535) is unknown color: approx Blackberry. HEX triplet: 40, 15 and 35. RGB value is (64,21,53). Sum of RGB (Red+Green+Blue) = 64+21+53=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #401535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401535 is #BFEACA. Grayscale: #252525. Windows color (decimal): -12577483 or 3478848. OLE color: 3478848.

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

Color convert

RGB642153-
CMYK00.670.170.75
HSL315.35º50.59%16.67%-
HSV(B)315.35º67.19%25.1%-
XYZ3.031.883.57-
YUV37.51136.75146.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 21 (8.59% from 255) = 15.22%
BLUE value IS 53 (21.09% from 255) = 38.41%
R=46.38%
G=15.22%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64215300.670.170.75315.3550.5916.67
Hex401535043114B13b3311
Octal10025650103211134736321
Binary1000000101011101010100001110001100101110011101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401535; }

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

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

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

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

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

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

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

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