#44142C

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

Shades of Blackberry #44142C

Tints of Blackberry #44142C

Color information

#44142C (or 0x44142C) is unknown color: approx Blackberry. HEX triplet: 44, 14 and 2C. RGB value is (68,20,44). Sum of RGB (Red+Green+Blue) = 68+20+44=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #44142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44142C is #BBEBD3. Grayscale: #252525. Windows color (decimal): -12315604 or 2888772. OLE color: 2888772.

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

Color convert

RGB682044-
CMYK00.710.350.73
HSL330º54.55%17.25%-
HSV(B)330º70.59%26.67%-
XYZ3.091.912.59-
YUV37.09131.9150.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.52%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 44 (17.58% from 255) = 33.33%
R=51.52%
G=15.15%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68204400.710.350.7333054.5517.25
Hex44142C047234914a3711
Octal10424540107431115126721
Binary10001001010010110001000111100011100100110100101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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