Html Css Color HEX #25332A Holly

📋 copy color: '#25332A'

red 37 ◦ green 51 ◦ blue 42

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

Shades of Holly #25332A

Tints of Holly #25332A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 32.31%

R = 28.46%
G = 39.23%
B = 32.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.8

RGB Variations

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

Color information

#25332A (or 0x25332A) is known color: Holly. HEX triplet: 25, 33 and 2A. RGB value is (37,51,42). Sum of RGB (Red+Green+Blue) = 37+51+42=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 51 - color contains mainly: green. Hex color #25332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25332A is #DACCD5. Grayscale: #2D2D2D. Windows color (decimal): -14339286 or 2765605. OLE color: 2765605.

HSL color Cylindrical-coordinate representation of color #25332A: hue angle of 141.43º 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 #25332A is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB 37 51 42 -
CMYK 0.27 0 0.18 0.8
HSL 141.43º 0.16% 0.17% -
HSV(B) 141.43º 0.27% 0.2% -
XYZ 2.36 2.93 2.63 -
YUV 45.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 37 51 42 0.27 0 0.18 0.8 141.43 0.16 0.17
Hex 25 33 2A 1B 0 12 50 8D 10 11
Octal 45 63 52 33 0 22 120 215 20 21
Binary 100101 110011 101010 11011 0 10010 1010000 10001101 10000 10001

Color Harmonies of #25332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25332A

Black with #25332A

Text Example


Text Example

White with #25332A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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