#40072E

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

Shades of Blackberry #40072E

Tints of Blackberry #40072E

Color information

#40072E (or 0x40072E) is unknown color: approx Blackberry. HEX triplet: 40, 07 and 2E. RGB value is (64,7,46). Sum of RGB (Red+Green+Blue) = 64+7+46=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #40072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40072E is #BFF8D1. Grayscale: #1C1C1C. Windows color (decimal): -12581074 or 3016512. OLE color: 3016512.

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

Color convert

RGB64746-
CMYK00.890.280.75
HSL318.95º80.28%13.92%-
HSV(B)318.95º89.06%25.1%-
XYZ2.681.442.72-
YUV28.49137.88153.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.70%
GREEN value IS 7 (3.12% from 255) = 5.98%
BLUE value IS 46 (18.36% from 255) = 39.32%
R=54.70%
G=5.98%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6474600.890.280.75318.9580.2813.92
Hex4072E0591C4B13f50e
Octal10075601313411347712016
Binary10000001111011100101100111100100101110011111110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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