#442139

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

Shades of Blackberry #442139

Tints of Blackberry #442139

Color information

#442139 (or 0x442139) is unknown color: approx Blackberry. HEX triplet: 44, 21 and 39. RGB value is (68,33,57). Sum of RGB (Red+Green+Blue) = 68+33+57=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 68 - color contains mainly: red. Hex color #442139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442139 is #BBDEC6. Grayscale: #2E2E2E. Windows color (decimal): -12312263 or 3744068. OLE color: 3744068.

HSL color Cylindrical-coordinate representation of color #442139: hue angle of 318.86º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #442139 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB683357-
CMYK00.510.160.73
HSL318.86º34.65%19.8%-
HSV(B)318.86º51.47%26.67%-
XYZ3.672.614.18-
YUV46.2134.1143.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.04%
GREEN value IS 33 (13.28% from 255) = 20.89%
BLUE value IS 57 (22.66% from 255) = 36.08%
R=43.04%
G=20.89%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68335700.510.160.73318.8634.6519.8
Hex442139033104913f2314
Octal1044171063201114774324
Binary1000100100001111001011001110000100100110011111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442139; }

 p { color: rgb(68,33,57); }

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

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

 a { background-color: rgb(68,33,57); }

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

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

 span { border-color: rgb(68,33,57); }

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