#401A33

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

Shades of Blackberry #401A33

Tints of Blackberry #401A33

Color information

#401A33 (or 0x401A33) is unknown color: approx Blackberry. HEX triplet: 40, 1A and 33. RGB value is (64,26,51). Sum of RGB (Red+Green+Blue) = 64+26+51=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #401A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A33 is #BFE5CC. Grayscale: #282828. Windows color (decimal): -12576205 or 3349056. OLE color: 3349056.

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

Color convert

RGB642651-
CMYK00.590.200.75
HSL320.53º42.22%17.65%-
HSV(B)320.53º59.38%25.1%-
XYZ3.082.073.37-
YUV40.21134.09144.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.39%
GREEN value IS 26 (10.55% from 255) = 18.44%
BLUE value IS 51 (20.31% from 255) = 36.17%
R=45.39%
G=18.44%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64265100.590.200.75320.5342.2217.65
Hex401A3303B144B1412a12
Octal1003263073241135015222
Binary100000011010110011011101110100100101110100000110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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