Html Css Color HEX #25332B Holly

📋 copy color: '#25332B'

red 37 ◦ green 51 ◦ blue 43

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

Shades of Holly #25332B

Tints of Holly #25332B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.93%

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

R = 28.24%
G = 38.93%
B = 32.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.8

RGB Variations

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

Color information

#25332B (or 0x25332B) is known color: Holly. HEX triplet: 25, 33 and 2B. RGB value is (37,51,43). Sum of RGB (Red+Green+Blue) = 37+51+43=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 51 - color contains mainly: green. Hex color #25332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25332B is #DACCD4. Grayscale: #2D2D2D. Windows color (decimal): -14339285 or 2831141. OLE color: 2831141.

HSL color Cylindrical-coordinate representation of color #25332B: hue angle of 145.71º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #25332B is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.8.

Color convert

RGB 37 51 43 -
CMYK 0.27 0 0.16 0.8
HSL 145.71º 0.16% 0.17% -
HSV(B) 145.71º 0.27% 0.2% -
XYZ 2.38 2.94 2.73 -
YUV 45.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 37 51 43 0.27 0 0.16 0.8 145.71 0.16 0.17
Hex 25 33 2B 1B 0 10 50 92 10 11
Octal 45 63 53 33 0 20 120 222 20 21
Binary 100101 110011 101011 11011 0 10000 1010000 10010010 10000 10001

Color Harmonies of #25332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25332B

Black with #25332B

Text Example


Text Example

White with #25332B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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