Html Css Color HEX #47393C Jon

📋 copy color: '#47393C'

red 71 ◦ green 57 ◦ blue 60

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

Shades of Jon #47393C

Tints of Jon #47393C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 31.91%

R = 37.77%
G = 30.32%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#47393C (or 0x47393C) is known color: Jon. HEX triplet: 47, 39 and 3C. RGB value is (71,57,60). Sum of RGB (Red+Green+Blue) = 71+57+60=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #47393C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47393C is #B8C6C3. Grayscale: #3D3D3D. Windows color (decimal): -12109508 or 3946823. OLE color: 3946823.

HSL color Cylindrical-coordinate representation of color #47393C: hue angle of 347.14º 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 #47393C is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 57 60 -
CMYK 0 0.20 0.15 0.72
HSL 347.14º 0.11% 0.25% -
HSV(B) 347.14º 0.2% 0.28% -
XYZ 4.88 4.59 4.9 -
YUV 61.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 71 57 60 0 0.20 0.15 0.72 347.14 0.11 0.25
Hex 47 39 3C 0 14 F 48 15B B 19
Octal 107 71 74 0 24 17 110 533 13 31
Binary 1000111 111001 111100 0 10100 1111 1001000 101011011 1011 11001

Color Harmonies of #47393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47393C

Black with #47393C

Text Example


Text Example

White with #47393C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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