#401035

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

Shades of Blackberry #401035

Tints of Blackberry #401035

Color information

#401035 (or 0x401035) is unknown color: approx Blackberry. HEX triplet: 40, 10 and 35. RGB value is (64,16,53). Sum of RGB (Red+Green+Blue) = 64+16+53=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #401035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401035 is #BFEFCA. Grayscale: #222222. Windows color (decimal): -12578763 or 3477568. OLE color: 3477568.

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

Color convert

RGB641653-
CMYK00.750.170.75
HSL313.75º60%15.69%-
HSV(B)313.75º75%25.1%-
XYZ2.941.723.54-
YUV34.57138.4148.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.12%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 53 (21.09% from 255) = 39.85%
R=48.12%
G=12.03%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64165300.750.170.75313.756015.69
Hex40103504B114B13a3c10
Octal10020650113211134727420
Binary1000000100001101010100101110001100101110011101011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401035; }

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

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

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

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

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

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

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

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