#25352B

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

Shades of Holly #25352B

Tints of Holly #25352B

Color information

#25352B (or 0x25352B) is unknown color: approx Holly. HEX triplet: 25, 35 and 2B. RGB value is (37,53,43). Sum of RGB (Red+Green+Blue) = 37+53+43=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 53 - color contains mainly: green. Hex color #25352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25352B is #DACAD4. Grayscale: #2F2F2F. Windows color (decimal): -14338773 or 2831653. OLE color: 2831653.

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

Color convert

RGB375343-
CMYK0.3000.190.79
HSL142.5º17.78%17.65%-
HSV(B)142.5º30.19%20.78%-
XYZ2.473.112.76-
YUV47.08125.7120.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.82%
GREEN value IS 53 (21.09% from 255) = 39.85%
BLUE value IS 43 (17.19% from 255) = 32.33%
R=27.82%
G=39.85%
B=32.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3753430.3000.190.79142.517.7817.65
Hex25352B1E0134F8e1212
Octal456553360231172162222
Binary100101110101101011111100100111001111100011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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