Html Css Color HEX #373B42 Vulcan

📋 copy color: '#373B42'

red 55 ◦ green 59 ◦ blue 66

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

Shades of Vulcan #373B42

Tints of Vulcan #373B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.67%

R = 30.56%
G = 32.78%
B = 36.67%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#373B42 (or 0x373B42) is known color: Vulcan. HEX triplet: 37, 3B and 42. RGB value is (55,59,66). Sum of RGB (Red+Green+Blue) = 55+59+66=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 66 - color contains mainly: blue. Hex color #373B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373B42 is #C8C4BD. Grayscale: #3A3A3A. Windows color (decimal): -13157566 or 4340535. OLE color: 4340535.

HSL color Cylindrical-coordinate representation of color #373B42: hue angle of 218.18º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #373B42 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 55 59 66 -
CMYK 0.17 0.11 0 0.74
HSL 218.18º 0.09% 0.24% -
HSV(B) 218.18º 0.17% 0.26% -
XYZ 4.12 4.33 5.77 -
YUV 58.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 55 59 66 0.17 0.11 0 0.74 218.18 0.09 0.24
Hex 37 3B 42 11 B 0 4A DA 9 18
Octal 67 73 102 21 13 0 112 332 11 30
Binary 110111 111011 1000010 10001 1011 0 1001010 11011010 1001 11000

Color Harmonies of #373B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373B42

Black with #373B42

Text Example


Text Example

White with #373B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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