#44072A

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

Shades of Blackberry #44072A

Tints of Blackberry #44072A

Color information

#44072A (or 0x44072A) is unknown color: approx Blackberry. HEX triplet: 44, 07 and 2A. RGB value is (68,7,42). Sum of RGB (Red+Green+Blue) = 68+7+42=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #44072A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44072A is #BBF8D5. Grayscale: #1D1D1D. Windows color (decimal): -12318934 or 2754372. OLE color: 2754372.

HSL color Cylindrical-coordinate representation of color #44072A: hue angle of 325.57º 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 #44072A is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB68742-
CMYK00.900.380.73
HSL325.57º81.33%14.71%-
HSV(B)325.57º89.71%26.67%-
XYZ2.881.552.34-
YUV29.23135.21155.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 58.12%
GREEN value IS 7 (3.12% from 255) = 5.98%
BLUE value IS 42 (16.80% from 255) = 35.90%
R=58.12%
G=5.98%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6874200.900.380.73325.5781.3314.71
Hex4472A05A264914651f
Octal10475201324611150612117
Binary100010011110101001011010100110100100110100011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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