#401333

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

Shades of Blackberry #401333

Tints of Blackberry #401333

Color information

#401333 (or 0x401333) is unknown color: approx Blackberry. HEX triplet: 40, 13 and 33. RGB value is (64,19,51). Sum of RGB (Red+Green+Blue) = 64+19+51=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #401333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401333 is #BFECCC. Grayscale: #242424. Windows color (decimal): -12577997 or 3347264. OLE color: 3347264.

HSL color Cylindrical-coordinate representation of color #401333: hue angle of 317.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #401333 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB641951-
CMYK00.700.200.75
HSL317.33º54.22%16.27%-
HSV(B)317.33º70.31%25.1%-
XYZ2.941.793.32-
YUV36.1136.41147.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 51 (20.31% from 255) = 38.06%
R=47.76%
G=14.18%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64195100.700.200.75317.3354.2216.27
Hex401333046144B13d3610
Octal10023630106241134756620
Binary1000000100111100110100011010100100101110011110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401333; }

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

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

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

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

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

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

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

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