#25362B

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

Shades of Holly #25362B

Tints of Holly #25362B

Color information

#25362B (or 0x25362B) is unknown color: approx Holly. HEX triplet: 25, 36 and 2B. RGB value is (37,54,43). Sum of RGB (Red+Green+Blue) = 37+54+43=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 54 - color contains mainly: green. Hex color #25362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25362B is #DAC9D4. Grayscale: #2F2F2F. Windows color (decimal): -14338517 or 2831909. OLE color: 2831909.

HSL color Cylindrical-coordinate representation of color #25362B: hue angle of 141.18º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #25362B is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB375443-
CMYK0.3100.200.79
HSL141.18º18.68%17.84%-
HSV(B)141.18º31.48%21.18%-
XYZ2.523.212.77-
YUV47.66125.37120.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.61%
GREEN value IS 54 (21.48% from 255) = 40.30%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=27.61%
G=40.30%
B=32.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3754430.3100.200.79141.1818.6817.84
Hex25362B1F0144F8d1312
Octal456653370241172152322
Binary100101110110101011111110101001001111100011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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