#401337

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

Shades of Blackberry #401337

Tints of Blackberry #401337

Color information

#401337 (or 0x401337) is unknown color: approx Blackberry. HEX triplet: 40, 13 and 37. RGB value is (64,19,55). Sum of RGB (Red+Green+Blue) = 64+19+55=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #401337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401337 is #BFECC8. Grayscale: #242424. Windows color (decimal): -12577993 or 3609408. OLE color: 3609408.

HSL color Cylindrical-coordinate representation of color #401337: hue angle of 312º 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 #401337 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB641955-
CMYK00.700.140.75
HSL312º54.22%16.27%-
HSV(B)312º70.31%25.1%-
XYZ3.041.833.81-
YUV36.56138.41147.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 55 (21.88% from 255) = 39.86%
R=46.38%
G=13.77%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64195500.700.140.7531254.2216.27
Hex401337046E4B1383610
Octal10023670106161134706620
Binary100000010011110111010001101110100101110011100011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401337; }

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

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

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

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

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

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

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

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