Html Css Color HEX #373C35 Oil

📋 copy color: '#373C35'

red 55 ◦ green 60 ◦ blue 53

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

Shades of Oil #373C35

Tints of Oil #373C35

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.71%

 BLUE value IS 53 (21.09% from 255) = 31.55%

R = 32.74%
G = 35.71%
B = 31.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.76

RGB Variations

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

Color information

#373C35 (or 0x373C35) is known color: Oil. HEX triplet: 37, 3C and 35. RGB value is (55,60,53). Sum of RGB (Red+Green+Blue) = 55+60+53=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 60 - color contains mainly: green. Hex color #373C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373C35 is #C8C3CA. Grayscale: #393939. Windows color (decimal): -13157323 or 3488823. OLE color: 3488823.

HSL color Cylindrical-coordinate representation of color #373C35: hue angle of 102.86º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #373C35 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.76.

Color convert

RGB 55 60 53 -
CMYK 0.08 0 0.12 0.76
HSL 102.86º 0.06% 0.22% -
HSV(B) 102.86º 0.12% 0.24% -
XYZ 3.83 4.3 4 -
YUV 57.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 55 60 53 0.08 0 0.12 0.76 102.86 0.06 0.22
Hex 37 3C 35 8 0 C 4C 67 6 16
Octal 67 74 65 10 0 14 114 147 6 26
Binary 110111 111100 110101 1000 0 1100 1001100 1100111 110 10110

Color Harmonies of #373C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C35

Black with #373C35

Text Example


Text Example

White with #373C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,60,53); }

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

background-color css

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

 a { background-color: rgb(55,60,53); }

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

border-color css

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

 span { border-color: rgb(55,60,53); }

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