#38393D

Color #38393D Vulcan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vulcan #38393D

Tints of Vulcan #38393D

Color information

#38393D (or 0x38393D) is unknown color: approx Vulcan. HEX triplet: 38, 39 and 3D. RGB value is (56,57,61). Sum of RGB (Red+Green+Blue) = 56+57+61=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 61 - color contains mainly: blue. Hex color #38393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38393D is #C7C6C2. Grayscale: #393939. Windows color (decimal): -13092547 or 4012344. OLE color: 4012344.

HSL color Cylindrical-coordinate representation of color #38393D: hue angle of 228º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #38393D is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB565761-
CMYK0.080.0700.76
HSL228º4.27%22.94%-
HSV(B)228º8.2%23.92%-
XYZ3.944.15-
YUV57.16130.17127.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 57 (22.66% from 255) = 32.76%
BLUE value IS 61 (24.22% from 255) = 35.06%
R=32.18%
G=32.76%
B=35.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5657610.080.0700.762284.2722.94
Hex38393D8704Ce4417
Octal7071751070114344427
Binary1110001110011111011000111010011001110010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38393D; }

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

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

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

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

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

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

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

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