#25392B

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

Shades of Holly #25392B

Tints of Holly #25392B

Color information

#25392B (or 0x25392B) is unknown color: approx Holly. HEX triplet: 25, 39 and 2B. RGB value is (37,57,43). Sum of RGB (Red+Green+Blue) = 37+57+43=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 57 - color contains mainly: green. Hex color #25392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25392B is #DAC6D4. Grayscale: #313131. Windows color (decimal): -14337749 or 2832677. OLE color: 2832677.

HSL color Cylindrical-coordinate representation of color #25392B: hue angle of 138º 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 #25392B is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB375743-
CMYK0.3500.250.78
HSL138º21.28%18.43%-
HSV(B)138º35.09%22.35%-
XYZ2.663.492.82-
YUV49.42124.37119.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.01%
GREEN value IS 57 (22.66% from 255) = 41.61%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=27.01%
G=41.61%
B=31.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3757430.3500.250.7813821.2818.43
Hex25392B230194E8a1512
Octal457153430311162122522
Binary1001011110011010111000110110011001110100010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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