#401737

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

Shades of Blackberry #401737

Tints of Blackberry #401737

Color information

#401737 (or 0x401737) is unknown color: approx Blackberry. HEX triplet: 40, 17 and 37. RGB value is (64,23,55). Sum of RGB (Red+Green+Blue) = 64+23+55=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #401737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401737 is #BFE8C8. Grayscale: #262626. Windows color (decimal): -12576969 or 3610432. OLE color: 3610432.

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

Color convert

RGB642355-
CMYK00.640.140.75
HSL313.17º47.13%17.06%-
HSV(B)313.17º64.06%25.1%-
XYZ3.111.983.83-
YUV38.91137.08145.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 23 (9.38% from 255) = 16.20%
BLUE value IS 55 (21.88% from 255) = 38.73%
R=45.07%
G=16.20%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64235500.640.140.75313.1747.1317.06
Hex401737040E4B1392f11
Octal10027670100161134715721
Binary100000010111110111010000001110100101110011100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401737; }

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

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

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

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

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

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

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

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