#442F51

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

Shades of Jagger #442F51

Tints of Jagger #442F51

Color information

#442F51 (or 0x442F51) is unknown color: approx Jagger. HEX triplet: 44, 2F and 51. RGB value is (68,47,81). Sum of RGB (Red+Green+Blue) = 68+47+81=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 81 - color contains mainly: blue. Hex color #442F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442F51 is #BBD0AE. Grayscale: #393939. Windows color (decimal): -12308655 or 5320516. OLE color: 5320516.

HSL color Cylindrical-coordinate representation of color #442F51: hue angle of 277.06º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #442F51 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB684781-
CMYK0.160.4200.68
HSL277.06º26.56%25.1%-
HSV(B)277.06º41.98%31.76%-
XYZ4.893.868.27-
YUV57.16141.46135.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.69%
GREEN value IS 47 (18.75% from 255) = 23.98%
BLUE value IS 81 (32.03% from 255) = 41.33%
R=34.69%
G=23.98%
B=41.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6847810.160.4200.68277.0626.5625.1
Hex442F51102A0441151b19
Octal10457121205201044253331
Binary1000100101111101000110000101010010001001000101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442F51; }

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

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

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

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

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

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

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

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