Html Css Color HEX #373B41 Vulcan

📋 copy color: '#373B41'

red 55 ◦ green 59 ◦ blue 65

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

Shades of Vulcan #373B41

Tints of Vulcan #373B41

RGB

 RED value IS 55 (21.88% from 255) = 30.73%

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

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

R = 30.73%
G = 32.96%
B = 36.31%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#373B41 (or 0x373B41) is known color: Vulcan. HEX triplet: 37, 3B and 41. RGB value is (55,59,65). Sum of RGB (Red+Green+Blue) = 55+59+65=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 65 - color contains mainly: blue. Hex color #373B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373B41 is #C8C4BE. Grayscale: #3A3A3A. Windows color (decimal): -13157567 or 4274999. OLE color: 4274999.

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

Color convert

RGB 55 59 65 -
CMYK 0.15 0.09 0 0.75
HSL 216º 0.08% 0.24% -
HSV(B) 216º 0.15% 0.25% -
XYZ 4.09 4.32 5.62 -
YUV 58.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 55 59 65 0.15 0.09 0 0.75 216 0.08 0.24
Hex 37 3B 41 F 9 0 4B D8 8 18
Octal 67 73 101 17 11 0 113 330 10 30
Binary 110111 111011 1000001 1111 1001 0 1001011 11011000 1000 11000

Color Harmonies of #373B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373B41

Black with #373B41

Text Example


Text Example

White with #373B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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