Html Css Color HEX #383939 Outer Space

📋 copy color: '#383939'

red 56 ◦ green 57 ◦ blue 57

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

Shades of Outer Space #383939

Tints of Outer Space #383939

RGB

 RED value IS 56 (22.27% from 255) = 32.94%

 GREEN value IS 57 (22.66% from 255) = 33.53%

 BLUE value IS 57 (22.66% from 255) = 33.53%

R = 32.94%
G = 33.53%
B = 33.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#383939 (or 0x383939) is known color: Outer Space. HEX triplet: 38, 39 and 39. RGB value is (56,57,57). Sum of RGB (Red+Green+Blue) = 56+57+57=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 57 - color contains mainly: green, blue. Hex color #383939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383939 is #C7C6C6. Grayscale: #383838. Windows color (decimal): -13092551 or 3750200. OLE color: 3750200.

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

Color convert

RGB 56 57 57 -
CMYK 0.02 0 0 0.78
HSL 180º 0.01% 0.22% -
HSV(B) 180º 0.02% 0.22% -
XYZ 3.83 4.06 4.45 -
YUV 56.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 56 57 57 0.02 0 0 0.78 180 0.01 0.22
Hex 38 39 39 2 0 0 4E B4 1 16
Octal 70 71 71 2 0 0 116 264 1 26
Binary 111000 111001 111001 10 0 0 1001110 10110100 1 10110

Color Harmonies of #383939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383939

Black with #383939

Text Example


Text Example

White with #383939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383939; }

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

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

background-color css

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

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

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

border-color css

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

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

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