#25312B

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

Shades of Holly #25312B

Tints of Holly #25312B

Color information

#25312B (or 0x25312B) is unknown color: approx Holly. HEX triplet: 25, 31 and 2B. RGB value is (37,49,43). Sum of RGB (Red+Green+Blue) = 37+49+43=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 49 - color contains mainly: green. Hex color #25312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25312B is #DACED4. Grayscale: #2C2C2C. Windows color (decimal): -14339797 or 2830629. OLE color: 2830629.

HSL color Cylindrical-coordinate representation of color #25312B: hue angle of 150º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #25312B is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB374943-
CMYK0.2400.120.81
HSL150º13.95%16.86%-
HSV(B)150º24.49%19.22%-
XYZ2.32.762.7-
YUV44.73127.02122.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.68%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 43 (17.19% from 255) = 33.33%
R=28.68%
G=37.98%
B=33.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3749430.2400.120.8115013.9516.86
Hex25312B180C5196e11
Octal456153300141212261621
Binary1001011100011010111100001100101000110010110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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