#401131

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

Shades of Blackberry #401131

Tints of Blackberry #401131

Color information

#401131 (or 0x401131) is unknown color: approx Blackberry. HEX triplet: 40, 11 and 31. RGB value is (64,17,49). Sum of RGB (Red+Green+Blue) = 64+17+49=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #401131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401131 is #BFEECE. Grayscale: #222222. Windows color (decimal): -12578511 or 3215680. OLE color: 3215680.

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

Color convert

RGB641749-
CMYK00.730.230.75
HSL319.15º58.02%15.88%-
HSV(B)319.15º73.44%25.1%-
XYZ2.871.713.09-
YUV34.7136.07148.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.23%
GREEN value IS 17 (7.03% from 255) = 13.08%
BLUE value IS 49 (19.53% from 255) = 37.69%
R=49.23%
G=13.08%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64174900.730.230.75319.1558.0215.88
Hex401131049174B13f3a10
Octal10021610111271134777220
Binary1000000100011100010100100110111100101110011111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401131; }

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

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

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

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

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

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

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

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