#401D2F

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

Shades of Blackberry #401D2F

Tints of Blackberry #401D2F

Color information

#401D2F (or 0x401D2F) is unknown color: approx Blackberry. HEX triplet: 40, 1D and 2F. RGB value is (64,29,47). Sum of RGB (Red+Green+Blue) = 64+29+47=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #401D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D2F is #BFE2D0. Grayscale: #292929. Windows color (decimal): -12575441 or 3087680. OLE color: 3087680.

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

Color convert

RGB642947-
CMYK00.550.270.75
HSL329.14º37.63%18.24%-
HSV(B)329.14º54.69%25.1%-
XYZ3.072.172.95-
YUV41.52131.1144.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 29 (11.72% from 255) = 20.71%
BLUE value IS 47 (18.75% from 255) = 33.57%
R=45.71%
G=20.71%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64294700.550.270.75329.1437.6318.24
Hex401D2F0371B4B1492612
Octal1003557067331135114622
Binary100000011101101111011011111011100101110100100110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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