Html Css Color HEX #373C3A Celtic

📋 copy color: '#373C3A'

red 55 ◦ green 60 ◦ blue 58

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

Shades of Celtic #373C3A

Tints of Celtic #373C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 33.53%

R = 31.79%
G = 34.68%
B = 33.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.76

RGB Variations

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

Color information

#373C3A (or 0x373C3A) is known color: Celtic. HEX triplet: 37, 3C and 3A. RGB value is (55,60,58). Sum of RGB (Red+Green+Blue) = 55+60+58=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 60 - color contains mainly: green. Hex color #373C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373C3A is #C8C3C5. Grayscale: #3A3A3A. Windows color (decimal): -13157318 or 3816503. OLE color: 3816503.

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

Color convert

RGB 55 60 58 -
CMYK 0.08 0 0.03 0.76
HSL 156º 0.04% 0.23% -
HSV(B) 156º 0.08% 0.24% -
XYZ 3.96 4.35 4.63 -
YUV 58.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 55 60 58 0.08 0 0.03 0.76 156 0.04 0.23
Hex 37 3C 3A 8 0 3 4C 9C 4 17
Octal 67 74 72 10 0 3 114 234 4 27
Binary 110111 111100 111010 1000 0 11 1001100 10011100 100 10111

Color Harmonies of #373C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C3A

Black with #373C3A

Text Example


Text Example

White with #373C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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