#401032

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

Shades of Blackberry #401032

Tints of Blackberry #401032

Color information

#401032 (or 0x401032) is unknown color: approx Blackberry. HEX triplet: 40, 10 and 32. RGB value is (64,16,50). Sum of RGB (Red+Green+Blue) = 64+16+50=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #401032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401032 is #BFEFCD. Grayscale: #222222. Windows color (decimal): -12578766 or 3280960. OLE color: 3280960.

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

Color convert

RGB641650-
CMYK00.750.220.75
HSL317.5º60%15.69%-
HSV(B)317.5º75%25.1%-
XYZ2.881.693.19-
YUV34.23136.9149.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.23%
GREEN value IS 16 (6.64% from 255) = 12.31%
BLUE value IS 50 (19.92% from 255) = 38.46%
R=49.23%
G=12.31%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64165000.750.220.75317.56015.69
Hex40103204B164B13e3c10
Octal10020620113261134767420
Binary1000000100001100100100101110110100101110011111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401032; }

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

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

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

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

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

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

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

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