#44062C

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

Shades of Blackberry #44062C

Tints of Blackberry #44062C

Color information

#44062C (or 0x44062C) is unknown color: approx Blackberry. HEX triplet: 44, 06 and 2C. RGB value is (68,6,44). Sum of RGB (Red+Green+Blue) = 68+6+44=118 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.63% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 68 - color contains mainly: red. Hex color #44062C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44062C is #BBF9D3. Grayscale: #1C1C1C. Windows color (decimal): -12319188 or 2885188. OLE color: 2885188.

HSL color Cylindrical-coordinate representation of color #44062C: hue angle of 323.23º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #44062C is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB68644-
CMYK00.910.350.73
HSL323.23º83.78%14.51%-
HSV(B)323.23º91.18%26.67%-
XYZ2.91.542.53-
YUV28.87136.54155.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 57.63%
GREEN value IS 6 (2.73% from 255) = 5.08%
BLUE value IS 44 (17.58% from 255) = 37.29%
R=57.63%
G=5.08%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6864400.910.350.73323.2383.7814.51
Hex4462C05B234914354f
Octal10465401334311150312417
Binary100010011010110001011011100011100100110100001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44062C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,6,44); }

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

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

 a { background-color: rgb(68,6,44); }

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

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

 span { border-color: rgb(68,6,44); }

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