Html Css Color HEX #393B32 Scrub

📋 copy color: '#393B32'

red 57 ◦ green 59 ◦ blue 50

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

Shades of Scrub #393B32

Tints of Scrub #393B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 30.12%

R = 34.34%
G = 35.54%
B = 30.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.77

RGB Variations

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

Color information

#393B32 (or 0x393B32) is known color: Scrub. HEX triplet: 39, 3B and 32. RGB value is (57,59,50). Sum of RGB (Red+Green+Blue) = 57+59+50=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 59 - color contains mainly: green. Hex color #393B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393B32 is #C6C4CD. Grayscale: #393939. Windows color (decimal): -13026510 or 3291961. OLE color: 3291961.

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

Color convert

RGB 57 59 50 -
CMYK 0.03 0 0.15 0.77
HSL 73.33º 0.08% 0.21% -
HSV(B) 73.33º 0.15% 0.23% -
XYZ 3.83 4.23 3.63 -
YUV 57.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 57 59 50 0.03 0 0.15 0.77 73.33 0.08 0.21
Hex 39 3B 32 3 0 F 4D 49 8 15
Octal 71 73 62 3 0 17 115 111 10 25
Binary 111001 111011 110010 11 0 1111 1001101 1001001 1000 10101

Color Harmonies of #393B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393B32

Black with #393B32

Text Example


Text Example

White with #393B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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