Html Css Color HEX #47393D Jon

📋 copy color: '#47393D'

red 71 ◦ green 57 ◦ blue 61

#47393D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jon #47393D

Tints of Jon #47393D

RGB

 RED value IS 71 (28.13% from 255) = 37.57%

 GREEN value IS 57 (22.66% from 255) = 30.16%

 BLUE value IS 61 (24.22% from 255) = 32.28%

R = 37.57%
G = 30.16%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#47393D (or 0x47393D) is known color: Jon. HEX triplet: 47, 39 and 3D. RGB value is (71,57,61). Sum of RGB (Red+Green+Blue) = 71+57+61=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 71 - color contains mainly: red. Hex color #47393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47393D is #B8C6C2. Grayscale: #3D3D3D. Windows color (decimal): -12109507 or 4012359. OLE color: 4012359.

HSL color Cylindrical-coordinate representation of color #47393D: hue angle of 342.86º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #47393D is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 57 61 -
CMYK 0 0.20 0.14 0.72
HSL 342.86º 0.11% 0.25% -
HSV(B) 342.86º 0.2% 0.28% -
XYZ 4.9 4.6 5.04 -
YUV 61.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 71 57 61 0 0.20 0.14 0.72 342.86 0.11 0.25
Hex 47 39 3D 0 14 E 48 157 B 19
Octal 107 71 75 0 24 16 110 527 13 31
Binary 1000111 111001 111101 0 10100 1110 1001000 101010111 1011 11001

Color Harmonies of #47393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47393D

Black with #47393D

Text Example


Text Example

White with #47393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47393D; }

 p { color: rgb(71,57,61); }

 H1.HeaderClassName
 {
   color: #47393D;
 }
 .AnyTagClassName
 {
   color: #47393D;
 }
</style>

background-color css

<style>
 a { background-color: #47393D; }

 a { background-color: rgb(71,57,61); }

 div.DivClassName
 {
   background-color: #47393D;
 }
 .BgClassName
 {
   background-color: #47393D;
 }
</style>

border-color css

<style>
 span { border-color: #47393D; }

 span { border-color: rgb(71,57,61); }

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