#401135

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

Shades of Blackberry #401135

Tints of Blackberry #401135

Color information

#401135 (or 0x401135) is unknown color: approx Blackberry. HEX triplet: 40, 11 and 35. RGB value is (64,17,53). Sum of RGB (Red+Green+Blue) = 64+17+53=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #401135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401135 is #BFEECA. Grayscale: #232323. Windows color (decimal): -12578507 or 3477824. OLE color: 3477824.

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

Color convert

RGB641753-
CMYK00.730.170.75
HSL314.04º58.02%15.88%-
HSV(B)314.04º73.44%25.1%-
XYZ2.961.753.55-
YUV35.16138.07148.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 17 (7.03% from 255) = 12.69%
BLUE value IS 53 (21.09% from 255) = 39.55%
R=47.76%
G=12.69%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64175300.730.170.75314.0458.0215.88
Hex401135049114B13a3a10
Octal10021650111211134727220
Binary1000000100011101010100100110001100101110011101011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401135; }

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

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

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

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

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

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

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

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