Html Css Color HEX #372D38 Valentino

📋 copy color: '#372D38'

red 55 ◦ green 45 ◦ blue 56

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

Shades of Valentino #372D38

Tints of Valentino #372D38

RGB

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

 GREEN value IS 45 (17.97% from 255) = 28.85%

 BLUE value IS 56 (22.27% from 255) = 35.9%

R = 35.26%
G = 28.85%
B = 35.9%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#372D38 (or 0x372D38) is known color: Valentino. HEX triplet: 37, 2D and 38. RGB value is (55,45,56). Sum of RGB (Red+Green+Blue) = 55+45+56=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 56 - color contains mainly: blue. Hex color #372D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D38 is #C8D2C7. Grayscale: #313131. Windows color (decimal): -13161160 or 3681591. OLE color: 3681591.

HSL color Cylindrical-coordinate representation of color #372D38: hue angle of 294.55º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #372D38 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 45 56 -
CMYK 0.02 0.20 0 0.78
HSL 294.55º 0.11% 0.2% -
HSV(B) 294.55º 0.2% 0.22% -
XYZ 3.23 2.97 4.15 -
YUV 49.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 55 45 56 0.02 0.20 0 0.78 294.55 0.11 0.2
Hex 37 2D 38 2 14 0 4E 127 B 14
Octal 67 55 70 2 24 0 116 447 13 24
Binary 110111 101101 111000 10 10100 0 1001110 100100111 1011 10100

Color Harmonies of #372D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D38

Black with #372D38

Text Example


Text Example

White with #372D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372D38; }

 p { color: rgb(55,45,56); }

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

background-color css

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

 a { background-color: rgb(55,45,56); }

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

border-color css

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

 span { border-color: rgb(55,45,56); }

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