#401D33

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

Shades of Blackberry #401D33

Tints of Blackberry #401D33

Color information

#401D33 (or 0x401D33) is unknown color: approx Blackberry. HEX triplet: 40, 1D and 33. RGB value is (64,29,51). Sum of RGB (Red+Green+Blue) = 64+29+51=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 51 (20.31% from 255 or 35.42% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #401D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D33 is #BFE2CC. Grayscale: #292929. Windows color (decimal): -12575437 or 3349824. OLE color: 3349824.

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

Color convert

RGB642951-
CMYK00.550.200.75
HSL322.29º37.63%18.24%-
HSV(B)322.29º54.69%25.1%-
XYZ3.152.213.39-
YUV41.97133.1143.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.44%
GREEN value IS 29 (11.72% from 255) = 20.14%
BLUE value IS 51 (20.31% from 255) = 35.42%
R=44.44%
G=20.14%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64295100.550.200.75322.2937.6318.24
Hex401D33037144B1422612
Octal1003563067241135024622
Binary100000011101110011011011110100100101110100001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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