#40072C

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

Shades of Blackberry #40072C

Tints of Blackberry #40072C

Color information

#40072C (or 0x40072C) is unknown color: approx Blackberry. HEX triplet: 40, 07 and 2C. RGB value is (64,7,44). Sum of RGB (Red+Green+Blue) = 64+7+44=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #40072C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40072C is #BFF8D3. Grayscale: #1C1C1C. Windows color (decimal): -12581076 or 2885440. OLE color: 2885440.

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

Color convert

RGB64744-
CMYK00.890.310.75
HSL321.05º80.28%13.92%-
HSV(B)321.05º89.06%25.1%-
XYZ2.641.422.52-
YUV28.26136.88153.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.65%
GREEN value IS 7 (3.12% from 255) = 6.09%
BLUE value IS 44 (17.58% from 255) = 38.26%
R=55.65%
G=6.09%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6474400.890.310.75321.0580.2813.92
Hex4072C0591F4B14150e
Octal10075401313711350112016
Binary10000001111011000101100111111100101110100000110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40072C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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