#401D2D

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

Shades of Blackberry #401D2D

Tints of Blackberry #401D2D

Color information

#401D2D (or 0x401D2D) is unknown color: approx Blackberry. HEX triplet: 40, 1D and 2D. RGB value is (64,29,45). Sum of RGB (Red+Green+Blue) = 64+29+45=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #401D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D2D is #BFE2D2. Grayscale: #292929. Windows color (decimal): -12575443 or 2956608. OLE color: 2956608.

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

Color convert

RGB642945-
CMYK00.550.300.75
HSL332.57º37.63%18.24%-
HSV(B)332.57º54.69%25.1%-
XYZ3.032.162.74-
YUV41.29130.1144.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 29 (11.72% from 255) = 21.01%
BLUE value IS 45 (17.97% from 255) = 32.61%
R=46.38%
G=21.01%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64294500.550.300.75332.5737.6318.24
Hex401D2D0371E4B14d2612
Octal1003555067361135154622
Binary100000011101101101011011111110100101110100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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