Html Css Color HEX #25352A Holly

📋 copy color: '#25352A'

red 37 ◦ green 53 ◦ blue 42

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

Shades of Holly #25352A

Tints of Holly #25352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 40.15%

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

R = 28.03%
G = 40.15%
B = 31.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.79

RGB Variations

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

Color information

#25352A (or 0x25352A) is known color: Holly. HEX triplet: 25, 35 and 2A. RGB value is (37,53,42). Sum of RGB (Red+Green+Blue) = 37+53+42=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 53 - color contains mainly: green. Hex color #25352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25352A is #DACAD5. Grayscale: #2E2E2E. Windows color (decimal): -14338774 or 2766117. OLE color: 2766117.

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

Color convert

RGB 37 53 42 -
CMYK 0.30 0 0.21 0.79
HSL 138.75º 0.18% 0.18% -
HSV(B) 138.75º 0.3% 0.21% -
XYZ 2.45 3.11 2.66 -
YUV 46.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 37 53 42 0.30 0 0.21 0.79 138.75 0.18 0.18
Hex 25 35 2A 1E 0 15 4F 8B 12 12
Octal 45 65 52 36 0 25 117 213 22 22
Binary 100101 110101 101010 11110 0 10101 1001111 10001011 10010 10010

Color Harmonies of #25352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25352A

Black with #25352A

Text Example


Text Example

White with #25352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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