#44112D

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

Shades of Blackberry #44112D

Tints of Blackberry #44112D

Color information

#44112D (or 0x44112D) is unknown color: approx Blackberry. HEX triplet: 44, 11 and 2D. RGB value is (68,17,45). Sum of RGB (Red+Green+Blue) = 68+17+45=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #44112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44112D is #BBEED2. Grayscale: #232323. Windows color (decimal): -12316371 or 2953540. OLE color: 2953540.

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

Color convert

RGB681745-
CMYK00.750.340.73
HSL327.06º60%16.67%-
HSV(B)327.06º75%26.67%-
XYZ3.061.822.67-
YUV35.44133.4151.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 52.31%
GREEN value IS 17 (7.03% from 255) = 13.08%
BLUE value IS 45 (17.97% from 255) = 34.62%
R=52.31%
G=13.08%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68174500.750.340.73327.066016.67
Hex44112D04B22491473c11
Octal10421550113421115077421
Binary10001001000110110101001011100010100100110100011111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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