#3F304B

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

Shades of Jagger #3F304B

Tints of Jagger #3F304B

Color information

#3F304B (or 0x3F304B) is unknown color: approx Jagger. HEX triplet: 3F, 30 and 4B. RGB value is (63,48,75). Sum of RGB (Red+Green+Blue) = 63+48+75=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F304B is #C0CFB4. Grayscale: #373737. Windows color (decimal): -12636085 or 4927551. OLE color: 4927551.

HSL color Cylindrical-coordinate representation of color #3F304B: hue angle of 273.33º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F304B is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB634875-
CMYK0.160.3600.71
HSL273.33º21.95%24.12%-
HSV(B)273.33º36%29.41%-
XYZ4.383.687.14-
YUV55.56138.97133.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.87%
GREEN value IS 48 (19.14% from 255) = 25.81%
BLUE value IS 75 (29.69% from 255) = 40.32%
R=33.87%
G=25.81%
B=40.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6348750.160.3600.71273.3321.9524.12
Hex3F304B10240471111618
Octal7760113204401074212630
Binary111111110000100101110000100100010001111000100011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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