Html Css Color HEX #25362B Holly

📋 copy color: '#25362B'

red 37 ◦ green 54 ◦ blue 43

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

Shades of Holly #25362B

Tints of Holly #25362B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 32.09%

R = 27.61%
G = 40.3%
B = 32.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.79

RGB Variations

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

Color information

#25362B (or 0x25362B) is known color: Holly. HEX triplet: 25, 36 and 2B. RGB value is (37,54,43). Sum of RGB (Red+Green+Blue) = 37+54+43=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 54 - color contains mainly: green. Hex color #25362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25362B is #DAC9D4. Grayscale: #2F2F2F. Windows color (decimal): -14338517 or 2831909. OLE color: 2831909.

HSL color Cylindrical-coordinate representation of color #25362B: hue angle of 141.18º 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 #25362B is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB 37 54 43 -
CMYK 0.31 0 0.20 0.79
HSL 141.18º 0.19% 0.18% -
HSV(B) 141.18º 0.31% 0.21% -
XYZ 2.52 3.21 2.77 -
YUV 47.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 37 54 43 0.31 0 0.20 0.79 141.18 0.19 0.18
Hex 25 36 2B 1F 0 14 4F 8D 13 12
Octal 45 66 53 37 0 24 117 215 23 22
Binary 100101 110110 101011 11111 0 10100 1001111 10001101 10011 10010

Color Harmonies of #25362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25362B

Black with #25362B

Text Example


Text Example

White with #25362B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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