#253931

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

Shades of Celtic #253931

Tints of Celtic #253931

Color information

#253931 (or 0x253931) is unknown color: approx Celtic. HEX triplet: 25, 39 and 31. RGB value is (37,57,49). Sum of RGB (Red+Green+Blue) = 37+57+49=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 57 - color contains mainly: green. Hex color #253931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253931 is #DAC6CE. Grayscale: #323232. Windows color (decimal): -14337743 or 3225893. OLE color: 3225893.

HSL color Cylindrical-coordinate representation of color #253931: hue angle of 156º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #253931 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB375749-
CMYK0.3500.140.78
HSL156º21.28%18.43%-
HSV(B)156º35.09%22.35%-
XYZ2.783.543.44-
YUV50.11127.37118.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.87%
GREEN value IS 57 (22.66% from 255) = 39.86%
BLUE value IS 49 (19.53% from 255) = 34.27%
R=25.87%
G=39.86%
B=34.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3757490.3500.140.7815621.2818.43
Hex253931230E4E9c1512
Octal457161430161162342522
Binary100101111001110001100011011101001110100111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253931; }

 p { color: rgb(37,57,49); }

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

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

 a { background-color: rgb(37,57,49); }

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

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

 span { border-color: rgb(37,57,49); }

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