Html Css Color HEX #25372C Holly

📋 copy color: '#25372C'

red 37 ◦ green 55 ◦ blue 44

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

Shades of Holly #25372C

Tints of Holly #25372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.44%

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

R = 27.21%
G = 40.44%
B = 32.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.2

 K value IS 0.78

RGB Variations

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

Color information

#25372C (or 0x25372C) is known color: Holly. HEX triplet: 25, 37 and 2C. RGB value is (37,55,44). Sum of RGB (Red+Green+Blue) = 37+55+44=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 55 - color contains mainly: green. Hex color #25372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25372C is #DAC8D3. Grayscale: #303030. Windows color (decimal): -14338260 or 2897701. OLE color: 2897701.

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

Color convert

RGB 37 55 44 -
CMYK 0.33 0 0.2 0.78
HSL 143.33º 0.2% 0.18% -
HSV(B) 143.33º 0.33% 0.22% -
XYZ 2.58 3.31 2.89 -
YUV 48.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 37 55 44 0.33 0 0.2 0.78 143.33 0.2 0.18
Hex 25 37 2C 21 0 14 4E 8F 14 12
Octal 45 67 54 41 0 24 116 217 24 22
Binary 100101 110111 101100 100001 0 10100 1001110 10001111 10100 10010

Color Harmonies of #25372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25372C

Black with #25372C

Text Example


Text Example

White with #25372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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