#25382B

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

Shades of Holly #25382B

Tints of Holly #25382B

Color information

#25382B (or 0x25382B) is unknown color: approx Holly. HEX triplet: 25, 38 and 2B. RGB value is (37,56,43). Sum of RGB (Red+Green+Blue) = 37+56+43=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 56 - color contains mainly: green. Hex color #25382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25382B is #DAC7D4. Grayscale: #303030. Windows color (decimal): -14338005 or 2832421. OLE color: 2832421.

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

Color convert

RGB375643-
CMYK0.3400.230.78
HSL138.95º20.43%18.24%-
HSV(B)138.95º33.93%21.96%-
XYZ2.613.42.8-
YUV48.84124.71119.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.21%
GREEN value IS 56 (22.27% from 255) = 41.18%
BLUE value IS 43 (17.19% from 255) = 31.62%
R=27.21%
G=41.18%
B=31.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3756430.3400.230.78138.9520.4318.24
Hex25382B220174E8b1412
Octal457053420271162132422
Binary1001011110001010111000100101111001110100010111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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