#44142F

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

Shades of Blackberry #44142F

Tints of Blackberry #44142F

Color information

#44142F (or 0x44142F) is unknown color: approx Blackberry. HEX triplet: 44, 14 and 2F. RGB value is (68,20,47). Sum of RGB (Red+Green+Blue) = 68+20+47=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #44142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44142F is #BBEBD0. Grayscale: #252525. Windows color (decimal): -12315601 or 3085380. OLE color: 3085380.

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

Color convert

RGB682047-
CMYK00.710.310.73
HSL326.25º54.55%17.25%-
HSV(B)326.25º70.59%26.67%-
XYZ3.151.932.9-
YUV37.43133.4149.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50.37%
GREEN value IS 20 (8.20% from 255) = 14.81%
BLUE value IS 47 (18.75% from 255) = 34.81%
R=50.37%
G=14.81%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68204700.710.310.73326.2554.5517.25
Hex44142F0471F491463711
Octal10424570107371115066721
Binary1000100101001011110100011111111100100110100011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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