#31463B

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

Shades of Celtic #31463B

Tints of Celtic #31463B

Color information

#31463B (or 0x31463B) is unknown color: approx Celtic. HEX triplet: 31, 46 and 3B. RGB value is (49,70,59). Sum of RGB (Red+Green+Blue) = 49+70+59=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 70 - color contains mainly: green. Hex color #31463B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31463B is #CEB9C4. Grayscale: #3E3E3E. Windows color (decimal): -13547973 or 3884593. OLE color: 3884593.

HSL color Cylindrical-coordinate representation of color #31463B: hue angle of 148.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #31463B is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB497059-
CMYK0.3000.160.73
HSL148.57º17.65%23.33%-
HSV(B)148.57º30%27.45%-
XYZ4.255.354.95-
YUV62.47126.04118.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.53%
GREEN value IS 70 (27.73% from 255) = 39.33%
BLUE value IS 59 (23.44% from 255) = 33.15%
R=27.53%
G=39.33%
B=33.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4970590.3000.160.73148.5717.6523.33
Hex31463B1E01049951217
Octal6110673360201112252227
Binary1100011000110111011111100100001001001100101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31463B; }

 p { color: rgb(49,70,59); }

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

<style>
 a { background-color: #31463B; }

 a { background-color: rgb(49,70,59); }

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

<style>
 span { border-color: #31463B; }

 span { border-color: rgb(49,70,59); }

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