Html Css Color HEX #383B40 Vulcan

📋 copy color: '#383B40'

red 56 ◦ green 59 ◦ blue 64

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

Shades of Vulcan #383B40

Tints of Vulcan #383B40

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.96%

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

R = 31.28%
G = 32.96%
B = 35.75%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#383B40 (or 0x383B40) is known color: Vulcan. HEX triplet: 38, 3B and 40. RGB value is (56,59,64). Sum of RGB (Red+Green+Blue) = 56+59+64=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 64 - color contains mainly: blue. Hex color #383B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383B40 is #C7C4BF. Grayscale: #3A3A3A. Windows color (decimal): -13092032 or 4209464. OLE color: 4209464.

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

Color convert

RGB 56 59 64 -
CMYK 0.13 0.08 0 0.75
HSL 217.5º 0.07% 0.24% -
HSV(B) 217.5º 0.13% 0.25% -
XYZ 4.12 4.34 5.47 -
YUV 58.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 56 59 64 0.13 0.08 0 0.75 217.5 0.07 0.24
Hex 38 3B 40 D 8 0 4B DA 7 18
Octal 70 73 100 15 10 0 113 332 7 30
Binary 111000 111011 1000000 1101 1000 0 1001011 11011010 111 11000

Color Harmonies of #383B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383B40

Black with #383B40

Text Example


Text Example

White with #383B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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