#401037

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

Shades of Blackberry #401037

Tints of Blackberry #401037

Color information

#401037 (or 0x401037) is unknown color: approx Blackberry. HEX triplet: 40, 10 and 37. RGB value is (64,16,55). Sum of RGB (Red+Green+Blue) = 64+16+55=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #401037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401037 is #BFEFC8. Grayscale: #222222. Windows color (decimal): -12578761 or 3608640. OLE color: 3608640.

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

Color convert

RGB641655-
CMYK00.750.140.75
HSL311.25º60%15.69%-
HSV(B)311.25º75%25.1%-
XYZ2.991.743.79-
YUV34.8139.4148.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 55 (21.88% from 255) = 40.74%
R=47.41%
G=11.85%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64165500.750.140.75311.256015.69
Hex40103704BE4B1373c10
Octal10020670113161134677420
Binary100000010000110111010010111110100101110011011111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401037; }

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

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

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

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

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

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

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

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