Html Css Color HEX #373941 Vulcan

📋 copy color: '#373941'

red 55 ◦ green 57 ◦ blue 65

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

Shades of Vulcan #373941

Tints of Vulcan #373941

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.2%

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

R = 31.07%
G = 32.2%
B = 36.72%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#373941 (or 0x373941) is known color: Vulcan. HEX triplet: 37, 39 and 41. RGB value is (55,57,65). Sum of RGB (Red+Green+Blue) = 55+57+65=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 65 - color contains mainly: blue. Hex color #373941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373941 is #C8C6BE. Grayscale: #393939. Windows color (decimal): -13158079 or 4274487. OLE color: 4274487.

HSL color Cylindrical-coordinate representation of color #373941: hue angle of 228º 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 #373941 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 57 65 -
CMYK 0.15 0.12 0 0.75
HSL 228º 0.08% 0.24% -
HSV(B) 228º 0.15% 0.25% -
XYZ 3.99 4.12 5.59 -
YUV 57.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 55 57 65 0.15 0.12 0 0.75 228 0.08 0.24
Hex 37 39 41 F C 0 4B E4 8 18
Octal 67 71 101 17 14 0 113 344 10 30
Binary 110111 111001 1000001 1111 1100 0 1001011 11100100 1000 11000

Color Harmonies of #373941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373941

Black with #373941

Text Example


Text Example

White with #373941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373941; }

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

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

background-color css

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

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

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

border-color css

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

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

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