Html Css Color HEX #25382C Holly

📋 copy color: '#25382C'

red 37 ◦ green 56 ◦ blue 44

#25382C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Holly #25382C

Tints of Holly #25382C

RGB

 RED value IS 37 (14.84% from 255) = 27.01%

 GREEN value IS 56 (22.27% from 255) = 40.88%

 BLUE value IS 44 (17.58% from 255) = 32.12%

R = 27.01%
G = 40.88%
B = 32.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#25382C (or 0x25382C) is known color: Holly. HEX triplet: 25, 38 and 2C. RGB value is (37,56,44). Sum of RGB (Red+Green+Blue) = 37+56+44=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 56 - color contains mainly: green. Hex color #25382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25382C is #DAC7D3. Grayscale: #303030. Windows color (decimal): -14338004 or 2897957. OLE color: 2897957.

HSL color Cylindrical-coordinate representation of color #25382C: hue angle of 142.11º 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 #25382C is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 56 44 -
CMYK 0.34 0 0.21 0.78
HSL 142.11º 0.2% 0.18% -
HSV(B) 142.11º 0.34% 0.22% -
XYZ 2.63 3.4 2.9 -
YUV 48.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 37 56 44 0.34 0 0.21 0.78 142.11 0.2 0.18
Hex 25 38 2C 22 0 15 4E 8E 14 12
Octal 45 70 54 42 0 25 116 216 24 22
Binary 100101 111000 101100 100010 0 10101 1001110 10001110 10100 10010

Color Harmonies of #25382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25382C

Black with #25382C

Text Example


Text Example

White with #25382C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25382C;
 }
 .AnyTagClassName
 {
   color: #25382C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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