#400720

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

Shades of Blackberry #400720

Tints of Blackberry #400720

Color information

#400720 (or 0x400720) is unknown color: approx Blackberry. HEX triplet: 40, 07 and 20. RGB value is (64,7,32). Sum of RGB (Red+Green+Blue) = 64+7+32=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #400720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400720 is #BFF8DF. Grayscale: #1A1A1A. Windows color (decimal): -12581088 or 2099008. OLE color: 2099008.

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

Color convert

RGB64732-
CMYK00.890.500.75
HSL333.68º80.28%13.92%-
HSV(B)333.68º89.06%25.1%-
XYZ2.451.351.5-
YUV26.89130.88154.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.14%
GREEN value IS 7 (3.12% from 255) = 6.80%
BLUE value IS 32 (12.89% from 255) = 31.07%
R=62.14%
G=6.80%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6473200.890.500.75333.6880.2813.92
Hex40720059324B14e50e
Octal10074001316211351612016
Binary100000011110000001011001110010100101110100111010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400720; }

 p { color: rgb(64,7,32); }

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

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

 a { background-color: rgb(64,7,32); }

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

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

 span { border-color: rgb(64,7,32); }

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