#44142E

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

Shades of Blackberry #44142E

Tints of Blackberry #44142E

Color information

#44142E (or 0x44142E) is unknown color: approx Blackberry. HEX triplet: 44, 14 and 2E. RGB value is (68,20,46). Sum of RGB (Red+Green+Blue) = 68+20+46=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #44142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44142E is #BBEBD1. Grayscale: #252525. Windows color (decimal): -12315602 or 3019844. OLE color: 3019844.

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

Color convert

RGB682046-
CMYK00.710.320.73
HSL327.5º54.55%17.25%-
HSV(B)327.5º70.59%26.67%-
XYZ3.131.932.79-
YUV37.32132.9149.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50.75%
GREEN value IS 20 (8.20% from 255) = 14.93%
BLUE value IS 46 (18.36% from 255) = 34.33%
R=50.75%
G=14.93%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68204600.710.320.73327.554.5517.25
Hex44142E04720491483711
Octal10424560107401115106721
Binary10001001010010111001000111100000100100110100100011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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