#3F3A42

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

Shades of Jagger #3F3A42

Tints of Jagger #3F3A42

Color information

#3F3A42 (or 0x3F3A42) is unknown color: approx Jagger. HEX triplet: 3F, 3A and 42. RGB value is (63,58,66). Sum of RGB (Red+Green+Blue) = 63+58+66=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 66 - color contains mainly: blue. Hex color #3F3A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3A42 is #C0C5BD. Grayscale: #3C3C3C. Windows color (decimal): -12633534 or 4340287. OLE color: 4340287.

HSL color Cylindrical-coordinate representation of color #3F3A42: hue angle of 277.5º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3F3A42 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB635866-
CMYK0.050.1200.74
HSL277.5º6.45%24.31%-
HSV(B)277.5º12.12%25.88%-
XYZ4.554.485.78-
YUV60.41131.16129.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.69%
GREEN value IS 58 (23.05% from 255) = 31.02%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=33.69%
G=31.02%
B=35.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6358660.050.1200.74277.56.4524.31
Hex3F3A425C04A116618
Octal77721025140112426630
Binary111111111010100001010111000100101010001011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F3A42; }

 p { color: rgb(63,58,66); }

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

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

 a { background-color: rgb(63,58,66); }

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

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

 span { border-color: rgb(63,58,66); }

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