Html Css Color HEX #393338 Voodoo

📋 copy color: '#393338'

red 57 ◦ green 51 ◦ blue 56

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

Shades of Voodoo #393338

Tints of Voodoo #393338

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.1%

 BLUE value IS 56 (22.27% from 255) = 34.15%

R = 34.76%
G = 31.1%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#393338 (or 0x393338) is known color: Voodoo. HEX triplet: 39, 33 and 38. RGB value is (57,51,56). Sum of RGB (Red+Green+Blue) = 57+51+56=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 57 - color contains mainly: red. Hex color #393338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393338 is #C6CCC7. Grayscale: #353535. Windows color (decimal): -13028552 or 3683129. OLE color: 3683129.

HSL color Cylindrical-coordinate representation of color #393338: hue angle of 310º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #393338 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 51 56 -
CMYK 0 0.11 0.02 0.78
HSL 310º 0.06% 0.21% -
HSV(B) 310º 0.11% 0.22% -
XYZ 3.58 3.52 4.23 -
YUV 53.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 57 51 56 0 0.11 0.02 0.78 310 0.06 0.21
Hex 39 33 38 0 B 2 4E 136 6 15
Octal 71 63 70 0 13 2 116 466 6 25
Binary 111001 110011 111000 0 1011 10 1001110 100110110 110 10101

Color Harmonies of #393338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393338

Black with #393338

Text Example


Text Example

White with #393338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393338; }

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

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

background-color css

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

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

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

border-color css

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

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

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