#44112B

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

Shades of Blackberry #44112B

Tints of Blackberry #44112B

Color information

#44112B (or 0x44112B) is unknown color: approx Blackberry. HEX triplet: 44, 11 and 2B. RGB value is (68,17,43). Sum of RGB (Red+Green+Blue) = 68+17+43=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #44112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44112B is #BBEED4. Grayscale: #232323. Windows color (decimal): -12316373 or 2822468. OLE color: 2822468.

HSL color Cylindrical-coordinate representation of color #44112B: hue angle of 329.41º 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 #44112B is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB681743-
CMYK00.750.370.73
HSL329.41º60%16.67%-
HSV(B)329.41º75%26.67%-
XYZ3.021.82.47-
YUV35.21132.4151.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.12%
GREEN value IS 17 (7.03% from 255) = 13.28%
BLUE value IS 43 (17.19% from 255) = 33.59%
R=53.12%
G=13.28%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68174300.750.370.73329.416016.67
Hex44112B04B25491493c11
Octal10421530113451115117421
Binary10001001000110101101001011100101100100110100100111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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