Html Css Color HEX #25312B Holly

📋 copy color: '#25312B'

red 37 ◦ green 49 ◦ blue 43

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

Shades of Holly #25312B

Tints of Holly #25312B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 37.98%

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

R = 28.68%
G = 37.98%
B = 33.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#25312B (or 0x25312B) is known color: Holly. HEX triplet: 25, 31 and 2B. RGB value is (37,49,43). Sum of RGB (Red+Green+Blue) = 37+49+43=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 49 - color contains mainly: green. Hex color #25312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25312B is #DACED4. Grayscale: #2C2C2C. Windows color (decimal): -14339797 or 2830629. OLE color: 2830629.

HSL color Cylindrical-coordinate representation of color #25312B: hue angle of 150º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #25312B is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 49 43 -
CMYK 0.24 0 0.12 0.81
HSL 150º 0.14% 0.17% -
HSV(B) 150º 0.24% 0.19% -
XYZ 2.3 2.76 2.7 -
YUV 44.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 37 49 43 0.24 0 0.12 0.81 150 0.14 0.17
Hex 25 31 2B 18 0 C 51 96 E 11
Octal 45 61 53 30 0 14 121 226 16 21
Binary 100101 110001 101011 11000 0 1100 1010001 10010110 1110 10001

Color Harmonies of #25312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25312B

Black with #25312B

Text Example


Text Example

White with #25312B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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