#44062A

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

Shades of Blackberry #44062A

Tints of Blackberry #44062A

Color information

#44062A (or 0x44062A) is unknown color: approx Blackberry. HEX triplet: 44, 06 and 2A. RGB value is (68,6,42). Sum of RGB (Red+Green+Blue) = 68+6+42=116 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.62% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 68 - color contains mainly: red. Hex color #44062A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44062A is #BBF9D5. Grayscale: #1C1C1C. Windows color (decimal): -12319190 or 2754116. OLE color: 2754116.

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

Color convert

RGB68642-
CMYK00.910.380.73
HSL325.16º83.78%14.51%-
HSV(B)325.16º91.18%26.67%-
XYZ2.871.532.33-
YUV28.64135.54156.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 58.62%
GREEN value IS 6 (2.73% from 255) = 5.17%
BLUE value IS 42 (16.80% from 255) = 36.21%
R=58.62%
G=5.17%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6864200.910.380.73325.1683.7814.51
Hex4462A05B264914554f
Octal10465201334611150512417
Binary100010011010101001011011100110100100110100010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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