#3F3243

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

Shades of Jagger #3F3243

Tints of Jagger #3F3243

Color information

#3F3243 (or 0x3F3243) is unknown color: approx Jagger. HEX triplet: 3F, 32 and 43. RGB value is (63,50,67). Sum of RGB (Red+Green+Blue) = 63+50+67=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 67 - color contains mainly: blue. Hex color #3F3243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3243 is #C0CDBC. Grayscale: #373737. Windows color (decimal): -12635581 or 4403775. OLE color: 4403775.

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

Color convert

RGB635067-
CMYK0.060.2500.74
HSL285.88º14.53%22.94%-
HSV(B)285.88º25.37%26.27%-
XYZ4.23.745.81-
YUV55.82134.31133.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35%
GREEN value IS 50 (19.92% from 255) = 27.78%
BLUE value IS 67 (26.56% from 255) = 37.22%
R=35%
G=27.78%
B=37.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6350670.060.2500.74285.8814.5322.94
Hex3F324361904A11ef17
Octal776210363101124361727
Binary11111111001010000111101100101001010100011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,50,67); }

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

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

 a { background-color: rgb(63,50,67); }

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

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

 span { border-color: rgb(63,50,67); }

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