Html Css Color HEX #383B41 Vulcan

📋 copy color: '#383B41'

red 56 ◦ green 59 ◦ blue 65

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

Shades of Vulcan #383B41

Tints of Vulcan #383B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.11%

R = 31.11%
G = 32.78%
B = 36.11%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#383B41 (or 0x383B41) is known color: Vulcan. HEX triplet: 38, 3B and 41. RGB value is (56,59,65). Sum of RGB (Red+Green+Blue) = 56+59+65=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 65 - color contains mainly: blue. Hex color #383B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383B41 is #C7C4BE. Grayscale: #3A3A3A. Windows color (decimal): -13092031 or 4275000. OLE color: 4275000.

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

Color convert

RGB 56 59 65 -
CMYK 0.14 0.09 0 0.75
HSL 220º 0.07% 0.24% -
HSV(B) 220º 0.14% 0.25% -
XYZ 4.15 4.35 5.62 -
YUV 58.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 56 59 65 0.14 0.09 0 0.75 220 0.07 0.24
Hex 38 3B 41 E 9 0 4B DC 7 18
Octal 70 73 101 16 11 0 113 334 7 30
Binary 111000 111011 1000001 1110 1001 0 1001011 11011100 111 11000

Color Harmonies of #383B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383B41

Black with #383B41

Text Example


Text Example

White with #383B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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