#40072D

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

Shades of Blackberry #40072D

Tints of Blackberry #40072D

Color information

#40072D (or 0x40072D) is unknown color: approx Blackberry. HEX triplet: 40, 07 and 2D. RGB value is (64,7,45). Sum of RGB (Red+Green+Blue) = 64+7+45=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #40072D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40072D is #BFF8D2. Grayscale: #1C1C1C. Windows color (decimal): -12581075 or 2950976. OLE color: 2950976.

HSL color Cylindrical-coordinate representation of color #40072D: hue angle of 320º 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 #40072D is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB64745-
CMYK00.890.300.75
HSL320º80.28%13.92%-
HSV(B)320º89.06%25.1%-
XYZ2.661.432.62-
YUV28.37137.38153.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.17%
GREEN value IS 7 (3.12% from 255) = 6.03%
BLUE value IS 45 (17.97% from 255) = 38.79%
R=55.17%
G=6.03%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6474500.890.300.7532080.2813.92
Hex4072D0591E4B14050e
Octal10075501313611350012016
Binary10000001111011010101100111110100101110100000010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40072D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40072D; }

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

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

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

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

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

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

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

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