#442239

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

Shades of Blackberry #442239

Tints of Blackberry #442239

Color information

#442239 (or 0x442239) is unknown color: approx Blackberry. HEX triplet: 44, 22 and 39. RGB value is (68,34,57). Sum of RGB (Red+Green+Blue) = 68+34+57=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 68 - color contains mainly: red. Hex color #442239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442239 is #BBDDC6. Grayscale: #2E2E2E. Windows color (decimal): -12312007 or 3744324. OLE color: 3744324.

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

Color convert

RGB683457-
CMYK00.500.160.73
HSL319.41º33.33%20%-
HSV(B)319.41º50%26.67%-
XYZ3.692.674.19-
YUV46.79133.76143.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.77%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 57 (22.66% from 255) = 35.85%
R=42.77%
G=21.38%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68345700.500.160.73319.4133.3320
Hex442239032104913f2114
Octal1044271062201114774124
Binary1000100100010111001011001010000100100110011111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442239; }

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

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

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

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

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

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

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

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