#393B30

Color #393B30 Scrub (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scrub #393B30

Tints of Scrub #393B30

Color information

#393B30 (or 0x393B30) is unknown color: approx 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

RGB575948-
CMYK0.0300.190.77
HSL70.91º10.28%20.98%-
HSV(B)70.91º18.64%23.14%-
XYZ3.784.213.41-
YUV57.15122.84127.89-

RGB Variations

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

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 (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5759480.0300.190.7770.9110.2820.98
Hex393B3030134D47a15
Octal71736030231151071225
Binary1110011110111100001101001110011011000111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>