#44132A

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

Shades of Blackberry #44132A

Tints of Blackberry #44132A

Color information

#44132A (or 0x44132A) is unknown color: approx Blackberry. HEX triplet: 44, 13 and 2A. RGB value is (68,19,42). Sum of RGB (Red+Green+Blue) = 68+19+42=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #44132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44132A is #BBECD5. Grayscale: #242424. Windows color (decimal): -12315862 or 2757444. OLE color: 2757444.

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

Color convert

RGB681942-
CMYK00.720.380.73
HSL331.84º56.32%17.06%-
HSV(B)331.84º72.06%26.67%-
XYZ3.031.862.39-
YUV36.27131.23150.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 52.71%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=52.71%
G=14.73%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68194200.720.380.73331.8456.3217.06
Hex44132A048264914c3811
Octal10423520110461115147021
Binary10001001001110101001001000100110100100110100110011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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