#40072A

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

Shades of Blackberry #40072A

Tints of Blackberry #40072A

Color information

#40072A (or 0x40072A) is unknown color: approx Blackberry. HEX triplet: 40, 07 and 2A. RGB value is (64,7,42). Sum of RGB (Red+Green+Blue) = 64+7+42=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #40072A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40072A is #BFF8D5. Grayscale: #1B1B1B. Windows color (decimal): -12581078 or 2754368. OLE color: 2754368.

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

Color convert

RGB64742-
CMYK00.890.340.75
HSL323.16º80.28%13.92%-
HSV(B)323.16º89.06%25.1%-
XYZ2.611.412.33-
YUV28.03135.88153.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 7 (3.12% from 255) = 6.19%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=56.64%
G=6.19%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6474200.890.340.75323.1680.2813.92
Hex4072A059224B14350e
Octal10075201314211350312016
Binary100000011110101001011001100010100101110100001110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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