Html Css Color HEX #47383B Jon

📋 copy color: '#47383B'

red 71 ◦ green 56 ◦ blue 59

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

Shades of Jon #47383B

Tints of Jon #47383B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.11%

 BLUE value IS 59 (23.44% from 255) = 31.72%

R = 38.17%
G = 30.11%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#47383B (or 0x47383B) is known color: Jon. HEX triplet: 47, 38 and 3B. RGB value is (71,56,59). Sum of RGB (Red+Green+Blue) = 71+56+59=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 71 - color contains mainly: red. Hex color #47383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47383B is #B8C7C4. Grayscale: #3C3C3C. Windows color (decimal): -12109765 or 3881031. OLE color: 3881031.

HSL color Cylindrical-coordinate representation of color #47383B: hue angle of 348º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #47383B is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 56 59 -
CMYK 0 0.21 0.17 0.72
HSL 348º 0.12% 0.25% -
HSV(B) 348º 0.21% 0.28% -
XYZ 4.8 4.48 4.75 -
YUV 60.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 71 56 59 0 0.21 0.17 0.72 348 0.12 0.25
Hex 47 38 3B 0 15 11 48 15C C 19
Octal 107 70 73 0 25 21 110 534 14 31
Binary 1000111 111000 111011 0 10101 10001 1001000 101011100 1100 11001

Color Harmonies of #47383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47383B

Black with #47383B

Text Example


Text Example

White with #47383B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47383B; }

 p { color: rgb(71,56,59); }

 H1.HeaderClassName
 {
   color: #47383B;
 }
 .AnyTagClassName
 {
   color: #47383B;
 }
</style>

background-color css

<style>
 a { background-color: #47383B; }

 a { background-color: rgb(71,56,59); }

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

border-color css

<style>
 span { border-color: #47383B; }

 span { border-color: rgb(71,56,59); }

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