#44132E

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

Shades of Blackberry #44132E

Tints of Blackberry #44132E

Color information

#44132E (or 0x44132E) is unknown color: approx Blackberry. HEX triplet: 44, 13 and 2E. RGB value is (68,19,46). Sum of RGB (Red+Green+Blue) = 68+19+46=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #44132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44132E is #BBECD1. Grayscale: #242424. Windows color (decimal): -12315858 or 3019588. OLE color: 3019588.

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

Color convert

RGB681946-
CMYK00.720.320.73
HSL326.94º56.32%17.06%-
HSV(B)326.94º72.06%26.67%-
XYZ3.111.892.79-
YUV36.73133.23150.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.13%
GREEN value IS 19 (7.81% from 255) = 14.29%
BLUE value IS 46 (18.36% from 255) = 34.59%
R=51.13%
G=14.29%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68194600.720.320.73326.9456.3217.06
Hex44132E04820491473811
Octal10423560110401115077021
Binary10001001001110111001001000100000100100110100011111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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