#401D34

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

Shades of Blackberry #401D34

Tints of Blackberry #401D34

Color information

#401D34 (or 0x401D34) is unknown color: approx Blackberry. HEX triplet: 40, 1D and 34. RGB value is (64,29,52). Sum of RGB (Red+Green+Blue) = 64+29+52=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #401D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D34 is #BFE2CB. Grayscale: #2A2A2A. Windows color (decimal): -12575436 or 3415360. OLE color: 3415360.

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

Color convert

RGB642952-
CMYK00.550.190.75
HSL320.57º37.63%18.24%-
HSV(B)320.57º54.69%25.1%-
XYZ3.172.223.51-
YUV42.09133.6143.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.14%
GREEN value IS 29 (11.72% from 255) = 20%
BLUE value IS 52 (20.70% from 255) = 35.86%
R=44.14%
G=20%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64295200.550.190.75320.5737.6318.24
Hex401D34037134B1412612
Octal1003564067231135014622
Binary100000011101110100011011110011100101110100000110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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