#401532

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

Shades of Blackberry #401532

Tints of Blackberry #401532

Color information

#401532 (or 0x401532) is unknown color: approx Blackberry. HEX triplet: 40, 15 and 32. RGB value is (64,21,50). Sum of RGB (Red+Green+Blue) = 64+21+50=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #401532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401532 is #BFEACD. Grayscale: #252525. Windows color (decimal): -12577486 or 3282240. OLE color: 3282240.

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

Color convert

RGB642150-
CMYK00.670.220.75
HSL319.53º50.59%16.67%-
HSV(B)319.53º67.19%25.1%-
XYZ2.961.863.22-
YUV37.16135.25147.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 50 (19.92% from 255) = 37.04%
R=47.41%
G=15.56%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64215000.670.220.75319.5350.5916.67
Hex401532043164B1403311
Octal10025620103261135006321
Binary1000000101011100100100001110110100101110100000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401532; }

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

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

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

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

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

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

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

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