#401132

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

Shades of Blackberry #401132

Tints of Blackberry #401132

Color information

#401132 (or 0x401132) is unknown color: approx Blackberry. HEX triplet: 40, 11 and 32. RGB value is (64,17,50). Sum of RGB (Red+Green+Blue) = 64+17+50=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #401132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401132 is #BFEECD. Grayscale: #222222. Windows color (decimal): -12578510 or 3281216. OLE color: 3281216.

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

Color convert

RGB641750-
CMYK00.730.220.75
HSL317.87º58.02%15.88%-
HSV(B)317.87º73.44%25.1%-
XYZ2.891.723.2-
YUV34.82136.57148.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.85%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 50 (19.92% from 255) = 38.17%
R=48.85%
G=12.98%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64175000.730.220.75317.8758.0215.88
Hex401132049164B13e3a10
Octal10021620111261134767220
Binary1000000100011100100100100110110100101110011111011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401132; }

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

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

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

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

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

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

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

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