#44112E

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

Shades of Blackberry #44112E

Tints of Blackberry #44112E

Color information

#44112E (or 0x44112E) is unknown color: approx Blackberry. HEX triplet: 44, 11 and 2E. RGB value is (68,17,46). Sum of RGB (Red+Green+Blue) = 68+17+46=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #44112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44112E is #BBEED1. Grayscale: #232323. Windows color (decimal): -12316370 or 3019076. OLE color: 3019076.

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

Color convert

RGB681746-
CMYK00.750.320.73
HSL325.88º60%16.67%-
HSV(B)325.88º75%26.67%-
XYZ3.081.832.78-
YUV35.56133.9151.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.91%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 46 (18.36% from 255) = 35.11%
R=51.91%
G=12.98%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68174600.750.320.73325.886016.67
Hex44112E04B20491463c11
Octal10421560113401115067421
Binary10001001000110111001001011100000100100110100011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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