Html Css Color HEX #25362C Holly

📋 copy color: '#25362C'

red 37 ◦ green 54 ◦ blue 44

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

Shades of Holly #25362C

Tints of Holly #25362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40%

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

R = 27.41%
G = 40%
B = 32.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.79

RGB Variations

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

Color information

#25362C (or 0x25362C) is known color: Holly. HEX triplet: 25, 36 and 2C. RGB value is (37,54,44). Sum of RGB (Red+Green+Blue) = 37+54+44=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 54 - color contains mainly: green. Hex color #25362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25362C is #DAC9D3. Grayscale: #2F2F2F. Windows color (decimal): -14338516 or 2897445. OLE color: 2897445.

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

Color convert

RGB 37 54 44 -
CMYK 0.31 0 0.19 0.79
HSL 144.71º 0.19% 0.18% -
HSV(B) 144.71º 0.31% 0.21% -
XYZ 2.54 3.21 2.87 -
YUV 47.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 37 54 44 0.31 0 0.19 0.79 144.71 0.19 0.18
Hex 25 36 2C 1F 0 13 4F 91 13 12
Octal 45 66 54 37 0 23 117 221 23 22
Binary 100101 110110 101100 11111 0 10011 1001111 10010001 10011 10010

Color Harmonies of #25362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25362C

Black with #25362C

Text Example


Text Example

White with #25362C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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