#253C31

Color #253C31 English Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of English Holly #253C31

Tints of English Holly #253C31

Color information

#253C31 (or 0x253C31) is unknown color: approx English Holly. HEX triplet: 25, 3C and 31. RGB value is (37,60,49). Sum of RGB (Red+Green+Blue) = 37+60+49=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 60 - color contains mainly: green. Hex color #253C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C31 is #DAC3CE. Grayscale: #333333. Windows color (decimal): -14336975 or 3226661. OLE color: 3226661.

HSL color Cylindrical-coordinate representation of color #253C31: hue angle of 151.3º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #253C31 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB376049-
CMYK0.3800.180.76
HSL151.3º23.71%19.02%-
HSV(B)151.3º38.33%23.53%-
XYZ2.933.853.49-
YUV51.87126.38117.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 60 (23.83% from 255) = 41.10%
BLUE value IS 49 (19.53% from 255) = 33.56%
R=25.34%
G=41.10%
B=33.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3760490.3800.180.76151.323.7119.02
Hex253C31260124C971813
Octal457461460221142273023
Binary1001011111001100011001100100101001100100101111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253C31; }

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

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

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

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

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

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

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

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