Html Css Color HEX #25342A Holly

📋 copy color: '#25342A'

red 37 ◦ green 52 ◦ blue 42

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

Shades of Holly #25342A

Tints of Holly #25342A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.69%

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

R = 28.24%
G = 39.69%
B = 32.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.80

RGB Variations

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

Color information

#25342A (or 0x25342A) is known color: Holly. HEX triplet: 25, 34 and 2A. RGB value is (37,52,42). Sum of RGB (Red+Green+Blue) = 37+52+42=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 52 - color contains mainly: green. Hex color #25342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25342A is #DACBD5. Grayscale: #2E2E2E. Windows color (decimal): -14339030 or 2765861. OLE color: 2765861.

HSL color Cylindrical-coordinate representation of color #25342A: hue angle of 140º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #25342A is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 52 42 -
CMYK 0.29 0 0.19 0.80
HSL 140º 0.17% 0.17% -
HSV(B) 140º 0.29% 0.2% -
XYZ 2.41 3.02 2.65 -
YUV 46.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 37 52 42 0.29 0 0.19 0.80 140 0.17 0.17
Hex 25 34 2A 1D 0 13 50 8C 11 11
Octal 45 64 52 35 0 23 120 214 21 21
Binary 100101 110100 101010 11101 0 10011 1010000 10001100 10001 10001

Color Harmonies of #25342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25342A

Black with #25342A

Text Example


Text Example

White with #25342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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