#401332

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

Shades of Blackberry #401332

Tints of Blackberry #401332

Color information

#401332 (or 0x401332) is unknown color: approx Blackberry. HEX triplet: 40, 13 and 32. RGB value is (64,19,50). Sum of RGB (Red+Green+Blue) = 64+19+50=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #401332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401332 is #BFECCD. Grayscale: #232323. Windows color (decimal): -12577998 or 3281728. OLE color: 3281728.

HSL color Cylindrical-coordinate representation of color #401332: hue angle of 318.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #401332 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB641950-
CMYK00.700.220.75
HSL318.67º54.22%16.27%-
HSV(B)318.67º70.31%25.1%-
XYZ2.921.793.21-
YUV35.99135.91147.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.12%
GREEN value IS 19 (7.81% from 255) = 14.29%
BLUE value IS 50 (19.92% from 255) = 37.59%
R=48.12%
G=14.29%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64195000.700.220.75318.6754.2216.27
Hex401332046164B13f3610
Octal10023620106261134776620
Binary1000000100111100100100011010110100101110011111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401332; }

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

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

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

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

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

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

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

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