Html Css Color HEX #393A33 Scrub

📋 copy color: '#393A33'

red 57 ◦ green 58 ◦ blue 51

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

Shades of Scrub #393A33

Tints of Scrub #393A33

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.94%

 BLUE value IS 51 (20.31% from 255) = 30.72%

R = 34.34%
G = 34.94%
B = 30.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.77

RGB Variations

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

Color information

#393A33 (or 0x393A33) is known color: Scrub. HEX triplet: 39, 3A and 33. RGB value is (57,58,51). Sum of RGB (Red+Green+Blue) = 57+58+51=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 58 - color contains mainly: green. Hex color #393A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A33 is #C6C5CC. Grayscale: #383838. Windows color (decimal): -13026765 or 3357241. OLE color: 3357241.

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

Color convert

RGB 57 58 51 -
CMYK 0.02 0 0.12 0.77
HSL 68.57º 0.06% 0.21% -
HSV(B) 68.57º 0.12% 0.23% -
XYZ 3.8 4.13 3.73 -
YUV 56.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 57 58 51 0.02 0 0.12 0.77 68.57 0.06 0.21
Hex 39 3A 33 2 0 C 4D 45 6 15
Octal 71 72 63 2 0 14 115 105 6 25
Binary 111001 111010 110011 10 0 1100 1001101 1000101 110 10101

Color Harmonies of #393A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393A33

Black with #393A33

Text Example


Text Example

White with #393A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,58,51); }

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

background-color css

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

 a { background-color: rgb(57,58,51); }

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

border-color css

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

 span { border-color: rgb(57,58,51); }

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