#401C35

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

Shades of Blackberry #401C35

Tints of Blackberry #401C35

Color information

#401C35 (or 0x401C35) is unknown color: approx Blackberry. HEX triplet: 40, 1C and 35. RGB value is (64,28,53). Sum of RGB (Red+Green+Blue) = 64+28+53=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #401C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C35 is #BFE3CA. Grayscale: #292929. Windows color (decimal): -12575691 or 3480640. OLE color: 3480640.

HSL color Cylindrical-coordinate representation of color #401C35: hue angle of 318.33º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #401C35 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB642853-
CMYK00.560.170.75
HSL318.33º39.13%18.04%-
HSV(B)318.33º56.25%25.1%-
XYZ3.172.183.62-
YUV41.61134.43143.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.14%
GREEN value IS 28 (11.33% from 255) = 19.31%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=44.14%
G=19.31%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64285300.560.170.75318.3339.1318.04
Hex401C35038114B13e2712
Octal1003465070211134764722
Binary100000011100110101011100010001100101110011111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401C35; }

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

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

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

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

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

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

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

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