#31413B

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

Shades of Celtic #31413B

Tints of Celtic #31413B

Color information

#31413B (or 0x31413B) is unknown color: approx Celtic. HEX triplet: 31, 41 and 3B. RGB value is (49,65,59). Sum of RGB (Red+Green+Blue) = 49+65+59=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 65 - color contains mainly: green. Hex color #31413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31413B is #CEBEC4. Grayscale: #3B3B3B. Windows color (decimal): -13549253 or 3883313. OLE color: 3883313.

HSL color Cylindrical-coordinate representation of color #31413B: hue angle of 157.5º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #31413B is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB496559-
CMYK0.2500.090.75
HSL157.5º14.04%22.35%-
HSV(B)157.5º24.62%25.49%-
XYZ3.954.754.85-
YUV59.53127.7120.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.32%
GREEN value IS 65 (25.78% from 255) = 37.57%
BLUE value IS 59 (23.44% from 255) = 34.10%
R=28.32%
G=37.57%
B=34.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4965590.2500.090.75157.514.0422.35
Hex31413B19094B9de16
Octal6110173310111132351626
Binary11000110000011110111100101001100101110011101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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