Html Css Color HEX #383A40 Vulcan

📋 copy color: '#383A40'

red 56 ◦ green 58 ◦ blue 64

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

Shades of Vulcan #383A40

Tints of Vulcan #383A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 35.96%

R = 31.46%
G = 32.58%
B = 35.96%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#383A40 (or 0x383A40) is known color: Vulcan. HEX triplet: 38, 3A and 40. RGB value is (56,58,64). Sum of RGB (Red+Green+Blue) = 56+58+64=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 64 - color contains mainly: blue. Hex color #383A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383A40 is #C7C5BF. Grayscale: #3A3A3A. Windows color (decimal): -13092288 or 4209208. OLE color: 4209208.

HSL color Cylindrical-coordinate representation of color #383A40: hue angle of 225º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #383A40 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 58 64 -
CMYK 0.13 0.09 0 0.75
HSL 225º 0.07% 0.24% -
HSV(B) 225º 0.13% 0.25% -
XYZ 4.07 4.24 5.45 -
YUV 58.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 56 58 64 0.13 0.09 0 0.75 225 0.07 0.24
Hex 38 3A 40 D 9 0 4B E1 7 18
Octal 70 72 100 15 11 0 113 341 7 30
Binary 111000 111010 1000000 1101 1001 0 1001011 11100001 111 11000

Color Harmonies of #383A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A40

Black with #383A40

Text Example


Text Example

White with #383A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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