#40072B

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

Shades of Blackberry #40072B

Tints of Blackberry #40072B

Color information

#40072B (or 0x40072B) is unknown color: approx Blackberry. HEX triplet: 40, 07 and 2B. RGB value is (64,7,43). Sum of RGB (Red+Green+Blue) = 64+7+43=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #40072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40072B is #BFF8D4. Grayscale: #1C1C1C. Windows color (decimal): -12581077 or 2819904. OLE color: 2819904.

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

Color convert

RGB64743-
CMYK00.890.330.75
HSL322.11º80.28%13.92%-
HSV(B)322.11º89.06%25.1%-
XYZ2.631.422.42-
YUV28.15136.38153.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.14%
GREEN value IS 7 (3.12% from 255) = 6.14%
BLUE value IS 43 (17.19% from 255) = 37.72%
R=56.14%
G=6.14%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6474300.890.330.75322.1180.2813.92
Hex4072B059214B14250e
Octal10075301314111350212016
Binary100000011110101101011001100001100101110100001010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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