#44142D

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

Shades of Blackberry #44142D

Tints of Blackberry #44142D

Color information

#44142D (or 0x44142D) is unknown color: approx Blackberry. HEX triplet: 44, 14 and 2D. RGB value is (68,20,45). Sum of RGB (Red+Green+Blue) = 68+20+45=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #44142D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44142D is #BBEBD2. Grayscale: #252525. Windows color (decimal): -12315603 or 2954308. OLE color: 2954308.

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

Color convert

RGB682045-
CMYK00.710.340.73
HSL328.75º54.55%17.25%-
HSV(B)328.75º70.59%26.67%-
XYZ3.111.922.69-
YUV37.2132.4149.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.13%
GREEN value IS 20 (8.20% from 255) = 15.04%
BLUE value IS 45 (17.97% from 255) = 33.83%
R=51.13%
G=15.04%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68204500.710.340.73328.7554.5517.25
Hex44142D04722491493711
Octal10424550107421115116721
Binary10001001010010110101000111100010100100110100100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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