Html Css Color HEX #31463B Celtic

📋 copy color: '#31463B'

red 49 ◦ green 70 ◦ blue 59

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

Shades of Celtic #31463B

Tints of Celtic #31463B

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 value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#31463B (or 0x31463B) is known color: 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

RGB 49 70 59 -
CMYK 0.30 0 0.16 0.73
HSL 148.57º 0.18% 0.23% -
HSV(B) 148.57º 0.3% 0.27% -
XYZ 4.25 5.35 4.95 -
YUV 62.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 49 70 59 0.30 0 0.16 0.73 148.57 0.18 0.23
Hex 31 46 3B 1E 0 10 49 95 12 17
Octal 61 106 73 36 0 20 111 225 22 27
Binary 110001 1000110 111011 11110 0 10000 1001001 10010101 10010 10111

Color Harmonies of #31463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31463B

Black with #31463B

Text Example


Text Example

White with #31463B

Text Example


Text Example

HTML Codes & Css Web 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>