#31473D

Color #31473D Celtic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celtic #31473D

Tints of Celtic #31473D

Color information

#31473D (or 0x31473D) is unknown color: approx Celtic. HEX triplet: 31, 47 and 3D. RGB value is (49,71,61). Sum of RGB (Red+Green+Blue) = 49+71+61=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 71 - color contains mainly: green. Hex color #31473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31473D is #CEB8C2. Grayscale: #3F3F3F. Windows color (decimal): -13547715 or 4015921. OLE color: 4015921.

HSL color Cylindrical-coordinate representation of color #31473D: hue angle of 152.73º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #31473D is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB497161-
CMYK0.3100.140.72
HSL152.73º18.33%23.53%-
HSV(B)152.73º30.99%27.84%-
XYZ4.365.55.25-
YUV63.28126.71117.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.07%
GREEN value IS 71 (28.12% from 255) = 39.23%
BLUE value IS 61 (24.22% from 255) = 33.70%
R=27.07%
G=39.23%
B=33.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971610.3100.140.72152.7318.3323.53
Hex31473D1F0E48991218
Octal6110775370161102312230
Binary110001100011111110111111011101001000100110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31473D; }

 p { color: rgb(49,71,61); }

 H1.HeaderClassName
 {
   color: #31473D;
 }
 .AnyTagClassName
 {
   color: #31473D;
 }
</style>
background-color css

<style>
 a { background-color: #31473D; }

 a { background-color: rgb(49,71,61); }

 div.DivClassName
 {
   background-color: #31473D;
 }
 .BgClassName
 {
   background-color: #31473D;
 }
</style>
border-color css

<style>
 span { border-color: #31473D; }

 span { border-color: rgb(49,71,61); }

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