#44072E

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

Shades of Blackberry #44072E

Tints of Blackberry #44072E

Color information

#44072E (or 0x44072E) is unknown color: approx Blackberry. HEX triplet: 44, 07 and 2E. RGB value is (68,7,46). Sum of RGB (Red+Green+Blue) = 68+7+46=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #44072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44072E is #BBF8D1. Grayscale: #1D1D1D. Windows color (decimal): -12318930 or 3016516. OLE color: 3016516.

HSL color Cylindrical-coordinate representation of color #44072E: hue angle of 321.64º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44072E is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB68746-
CMYK00.900.320.73
HSL321.64º81.33%14.71%-
HSV(B)321.64º89.71%26.67%-
XYZ2.951.582.73-
YUV29.68137.21155.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 56.20%
GREEN value IS 7 (3.12% from 255) = 5.79%
BLUE value IS 46 (18.36% from 255) = 38.02%
R=56.20%
G=5.79%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6874600.900.320.73321.6481.3314.71
Hex4472E05A204914251f
Octal10475601324011150212117
Binary100010011110111001011010100000100100110100001010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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