#44132C

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

Shades of Blackberry #44132C

Tints of Blackberry #44132C

Color information

#44132C (or 0x44132C) is unknown color: approx Blackberry. HEX triplet: 44, 13 and 2C. RGB value is (68,19,44). Sum of RGB (Red+Green+Blue) = 68+19+44=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #44132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44132C is #BBECD3. Grayscale: #242424. Windows color (decimal): -12315860 or 2888516. OLE color: 2888516.

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

Color convert

RGB681944-
CMYK00.720.350.73
HSL329.39º56.32%17.06%-
HSV(B)329.39º72.06%26.67%-
XYZ3.071.882.58-
YUV36.5132.23150.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.91%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 44 (17.58% from 255) = 33.59%
R=51.91%
G=14.50%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68194400.720.350.73329.3956.3217.06
Hex44132C04823491493811
Octal10423540110431115117021
Binary10001001001110110001001000100011100100110100100111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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