Html Css Color HEX #383A3D Vulcan

📋 copy color: '#383A3D'

red 56 ◦ green 58 ◦ blue 61

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

Shades of Vulcan #383A3D

Tints of Vulcan #383A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 34.86%

R = 32%
G = 33.14%
B = 34.86%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#383A3D (or 0x383A3D) is known color: Vulcan. HEX triplet: 38, 3A and 3D. RGB value is (56,58,61). Sum of RGB (Red+Green+Blue) = 56+58+61=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 61 - color contains mainly: blue. Hex color #383A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383A3D is #C7C5C2. Grayscale: #393939. Windows color (decimal): -13092291 or 4012600. OLE color: 4012600.

HSL color Cylindrical-coordinate representation of color #383A3D: hue angle of 216º 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 #383A3D is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 58 61 -
CMYK 0.08 0.05 0 0.76
HSL 216º 0.04% 0.23% -
HSV(B) 216º 0.08% 0.24% -
XYZ 3.99 4.2 5.02 -
YUV 57.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 56 58 61 0.08 0.05 0 0.76 216 0.04 0.23
Hex 38 3A 3D 8 5 0 4C D8 4 17
Octal 70 72 75 10 5 0 114 330 4 27
Binary 111000 111010 111101 1000 101 0 1001100 11011000 100 10111

Color Harmonies of #383A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A3D

Black with #383A3D

Text Example


Text Example

White with #383A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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