#401D35

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

Shades of Blackberry #401D35

Tints of Blackberry #401D35

Color information

#401D35 (or 0x401D35) is unknown color: approx Blackberry. HEX triplet: 40, 1D and 35. RGB value is (64,29,53). Sum of RGB (Red+Green+Blue) = 64+29+53=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #401D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D35 is #BFE2CA. Grayscale: #2A2A2A. Windows color (decimal): -12575435 or 3480896. OLE color: 3480896.

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

Color convert

RGB642953-
CMYK00.550.170.75
HSL318.86º37.63%18.24%-
HSV(B)318.86º54.69%25.1%-
XYZ3.22.233.63-
YUV42.2134.1143.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 29 (11.72% from 255) = 19.86%
BLUE value IS 53 (21.09% from 255) = 36.30%
R=43.84%
G=19.86%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64295300.550.170.75318.8637.6318.24
Hex401D35037114B13f2612
Octal1003565067211134774622
Binary100000011101110101011011110001100101110011111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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