Html Css Color HEX #373F48 Arsenic

📋 copy color: '#373F48'

red 55 ◦ green 63 ◦ blue 72

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

Shades of Arsenic #373F48

Tints of Arsenic #373F48

RGB

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

 GREEN value IS 63 (25% from 255) = 33.16%

 BLUE value IS 72 (28.52% from 255) = 37.89%

R = 28.95%
G = 33.16%
B = 37.89%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#373F48 (or 0x373F48) is known color: Arsenic. HEX triplet: 37, 3F and 48. RGB value is (55,63,72). Sum of RGB (Red+Green+Blue) = 55+63+72=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 72 - color contains mainly: blue. Hex color #373F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373F48 is #C8C0B7. Grayscale: #3D3D3D. Windows color (decimal): -13156536 or 4734775. OLE color: 4734775.

HSL color Cylindrical-coordinate representation of color #373F48: hue angle of 211.76º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #373F48 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 63 72 -
CMYK 0.24 0.12 0 0.72
HSL 211.76º 0.13% 0.25% -
HSV(B) 211.76º 0.24% 0.28% -
XYZ 4.52 4.84 6.83 -
YUV 61.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 55 63 72 0.24 0.12 0 0.72 211.76 0.13 0.25
Hex 37 3F 48 18 C 0 48 D4 D 19
Octal 67 77 110 30 14 0 110 324 15 31
Binary 110111 111111 1001000 11000 1100 0 1001000 11010100 1101 11001

Color Harmonies of #373F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373F48

Black with #373F48

Text Example


Text Example

White with #373F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,63,72); }

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

background-color css

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

 a { background-color: rgb(55,63,72); }

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

border-color css

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

 span { border-color: rgb(55,63,72); }

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