#401133

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

Shades of Blackberry #401133

Tints of Blackberry #401133

Color information

#401133 (or 0x401133) is unknown color: approx Blackberry. HEX triplet: 40, 11 and 33. RGB value is (64,17,51). Sum of RGB (Red+Green+Blue) = 64+17+51=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #401133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401133 is #BFEECC. Grayscale: #222222. Windows color (decimal): -12578509 or 3346752. OLE color: 3346752.

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

Color convert

RGB641751-
CMYK00.730.200.75
HSL316.6º58.02%15.88%-
HSV(B)316.6º73.44%25.1%-
XYZ2.911.733.31-
YUV34.93137.07148.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 17 (7.03% from 255) = 12.88%
BLUE value IS 51 (20.31% from 255) = 38.64%
R=48.48%
G=12.88%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64175100.730.200.75316.658.0215.88
Hex401133049144B13d3a10
Octal10021630111241134757220
Binary1000000100011100110100100110100100101110011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401133; }

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

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

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

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

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

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

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

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