#401E33

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

Shades of Blackberry #401E33

Tints of Blackberry #401E33

Color information

#401E33 (or 0x401E33) is unknown color: approx Blackberry. HEX triplet: 40, 1E and 33. RGB value is (64,30,51). Sum of RGB (Red+Green+Blue) = 64+30+51=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #401E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E33 is #BFE1CC. Grayscale: #2A2A2A. Windows color (decimal): -12575181 or 3350080. OLE color: 3350080.

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

Color convert

RGB643051-
CMYK00.530.200.75
HSL322.94º36.17%18.43%-
HSV(B)322.94º53.12%25.1%-
XYZ3.182.263.4-
YUV42.56132.76143.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.14%
GREEN value IS 30 (12.11% from 255) = 20.69%
BLUE value IS 51 (20.31% from 255) = 35.17%
R=44.14%
G=20.69%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64305100.530.200.75322.9436.1718.43
Hex401E33035144B1432412
Octal1003663065241135034422
Binary100000011110110011011010110100100101110100001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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