Html Css Color HEX #383A3E Vulcan

📋 copy color: '#383A3E'

red 56 ◦ green 58 ◦ blue 62

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

Shades of Vulcan #383A3E

Tints of Vulcan #383A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 35.23%

R = 31.82%
G = 32.95%
B = 35.23%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#383A3E (or 0x383A3E) is known color: Vulcan. HEX triplet: 38, 3A and 3E. RGB value is (56,58,62). Sum of RGB (Red+Green+Blue) = 56+58+62=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 62 - color contains mainly: blue. Hex color #383A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383A3E is #C7C5C1. Grayscale: #393939. Windows color (decimal): -13092290 or 4078136. OLE color: 4078136.

HSL color Cylindrical-coordinate representation of color #383A3E: hue angle of 220º degrees, saturation: 0.05, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #383A3E is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 58 62 -
CMYK 0.10 0.06 0 0.76
HSL 220º 0.05% 0.23% -
HSV(B) 220º 0.1% 0.24% -
XYZ 4.01 4.21 5.16 -
YUV 57.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 56 58 62 0.10 0.06 0 0.76 220 0.05 0.23
Hex 38 3A 3E A 6 0 4C DC 5 17
Octal 70 72 76 12 6 0 114 334 5 27
Binary 111000 111010 111110 1010 110 0 1001100 11011100 101 10111

Color Harmonies of #383A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A3E

Black with #383A3E

Text Example


Text Example

White with #383A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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