#3F304D

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

Shades of Jagger #3F304D

Tints of Jagger #3F304D

Color information

#3F304D (or 0x3F304D) is unknown color: approx Jagger. HEX triplet: 3F, 30 and 4D. RGB value is (63,48,77). Sum of RGB (Red+Green+Blue) = 63+48+77=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F304D is #C0CFB2. Grayscale: #373737. Windows color (decimal): -12636083 or 5058623. OLE color: 5058623.

HSL color Cylindrical-coordinate representation of color #3F304D: hue angle of 271.03º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F304D is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB634877-
CMYK0.180.3800.70
HSL271.03º23.2%24.51%-
HSV(B)271.03º37.66%30.2%-
XYZ4.453.717.5-
YUV55.79139.97133.14-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.51%
GREEN value IS 48 (19.14% from 255) = 25.53%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=33.51%
G=25.53%
B=40.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6348770.180.3800.70271.0323.224.51
Hex3F304D122604610f1719
Octal7760115224601064172731
Binary111111110000100110110010100110010001101000011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,48,77); }

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

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

 a { background-color: rgb(63,48,77); }

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

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

 span { border-color: rgb(63,48,77); }

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