#383A3A

Color #383A3A Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #383A3A

Tints of Outer Space #383A3A

Color information

#383A3A (or 0x383A3A) is unknown color: approx Outer Space. HEX triplet: 38, 3A and 3A. RGB value is (56,58,58). Sum of RGB (Red+Green+Blue) = 56+58+58=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 58 - color contains mainly: green, blue. Hex color #383A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383A3A is #C7C5C5. Grayscale: #393939. Windows color (decimal): -13092294 or 3815992. OLE color: 3815992.

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

Color convert

RGB565858-
CMYK0.03000.77
HSL180º1.75%22.35%-
HSV(B)180º3.45%22.75%-
XYZ3.914.174.6-
YUV57.4128.34127-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.56%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=32.56%
G=33.72%
B=33.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5658580.03000.771801.7522.35
Hex383A3A3004Db4216
Octal707272300115264226
Binary11100011101011101011001001101101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383A3A; }

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

 H1.HeaderClassName
 {
   color: #383A3A;
 }
 .AnyTagClassName
 {
   color: #383A3A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #383A3A;
 }
 .BgClassName
 {
   background-color: #383A3A;
 }
</style>
border-color css

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

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

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