Html Css Color HEX #393B30 Scrub

📋 copy color: '#393B30'

red 57 ◦ green 59 ◦ blue 48

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

Shades of Scrub #393B30

Tints of Scrub #393B30

RGB

 RED value IS 57 (22.66% from 255) = 34.76%

 GREEN value IS 59 (23.44% from 255) = 35.98%

 BLUE value IS 48 (19.14% from 255) = 29.27%

R = 34.76%
G = 35.98%
B = 29.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.77

RGB Variations

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

Color information

#393B30 (or 0x393B30) is known color: Scrub. HEX triplet: 39, 3B and 30. RGB value is (57,59,48). Sum of RGB (Red+Green+Blue) = 57+59+48=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 59 - color contains mainly: green. Hex color #393B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393B30 is #C6C4CF. Grayscale: #393939. Windows color (decimal): -13026512 or 3160889. OLE color: 3160889.

HSL color Cylindrical-coordinate representation of color #393B30: hue angle of 70.91º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #393B30 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB 57 59 48 -
CMYK 0.03 0 0.19 0.77
HSL 70.91º 0.1% 0.21% -
HSV(B) 70.91º 0.19% 0.23% -
XYZ 3.78 4.21 3.41 -
YUV 57.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 57 59 48 0.03 0 0.19 0.77 70.91 0.1 0.21
Hex 39 3B 30 3 0 13 4D 47 A 15
Octal 71 73 60 3 0 23 115 107 12 25
Binary 111001 111011 110000 11 0 10011 1001101 1000111 1010 10101

Color Harmonies of #393B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393B30

Black with #393B30

Text Example


Text Example

White with #393B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393B30; }

 p { color: rgb(57,59,48); }

 H1.HeaderClassName
 {
   color: #393B30;
 }
 .AnyTagClassName
 {
   color: #393B30;
 }
</style>

background-color css

<style>
 a { background-color: #393B30; }

 a { background-color: rgb(57,59,48); }

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

border-color css

<style>
 span { border-color: #393B30; }

 span { border-color: rgb(57,59,48); }

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