#25372B

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

Shades of Holly #25372B

Tints of Holly #25372B

Color information

#25372B (or 0x25372B) is unknown color: approx Holly. HEX triplet: 25, 37 and 2B. RGB value is (37,55,43). Sum of RGB (Red+Green+Blue) = 37+55+43=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 55 - color contains mainly: green. Hex color #25372B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25372B is #DAC8D4. Grayscale: #303030. Windows color (decimal): -14338261 or 2832165. OLE color: 2832165.

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

Color convert

RGB375543-
CMYK0.3300.220.78
HSL140º19.57%18.04%-
HSV(B)140º32.73%21.57%-
XYZ2.573.32.79-
YUV48.25125.04119.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.41%
GREEN value IS 55 (21.88% from 255) = 40.74%
BLUE value IS 43 (17.19% from 255) = 31.85%
R=27.41%
G=40.74%
B=31.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3755430.3300.220.7814019.5718.04
Hex25372B210164E8c1412
Octal456753410261162142422
Binary1001011101111010111000010101101001110100011001010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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