#44132D

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

Shades of Blackberry #44132D

Tints of Blackberry #44132D

Color information

#44132D (or 0x44132D) is unknown color: approx Blackberry. HEX triplet: 44, 13 and 2D. RGB value is (68,19,45). Sum of RGB (Red+Green+Blue) = 68+19+45=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #44132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44132D is #BBECD2. Grayscale: #242424. Windows color (decimal): -12315859 or 2954052. OLE color: 2954052.

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

Color convert

RGB681945-
CMYK00.720.340.73
HSL328.16º56.32%17.06%-
HSV(B)328.16º72.06%26.67%-
XYZ3.091.882.68-
YUV36.62132.73150.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.52%
GREEN value IS 19 (7.81% from 255) = 14.39%
BLUE value IS 45 (17.97% from 255) = 34.09%
R=51.52%
G=14.39%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68194500.720.340.73328.1656.3217.06
Hex44132D04822491483811
Octal10423550110421115107021
Binary10001001001110110101001000100010100100110100100011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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