#44112C

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

Shades of Blackberry #44112C

Tints of Blackberry #44112C

Color information

#44112C (or 0x44112C) is unknown color: approx Blackberry. HEX triplet: 44, 11 and 2C. RGB value is (68,17,44). Sum of RGB (Red+Green+Blue) = 68+17+44=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #44112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44112C is #BBEED3. Grayscale: #232323. Windows color (decimal): -12316372 or 2888004. OLE color: 2888004.

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

Color convert

RGB681744-
CMYK00.750.350.73
HSL328.24º60%16.67%-
HSV(B)328.24º75%26.67%-
XYZ3.041.812.57-
YUV35.33132.9151.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 52.71%
GREEN value IS 17 (7.03% from 255) = 13.18%
BLUE value IS 44 (17.58% from 255) = 34.11%
R=52.71%
G=13.18%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68174400.750.350.73328.246016.67
Hex44112C04B23491483c11
Octal10421540113431115107421
Binary10001001000110110001001011100011100100110100100011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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