Html Css Color HEX #25342C Holly

📋 copy color: '#25342C'

red 37 ◦ green 52 ◦ blue 44

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

Shades of Holly #25342C

Tints of Holly #25342C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 33.08%

R = 27.82%
G = 39.1%
B = 33.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.80

RGB Variations

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

Color information

#25342C (or 0x25342C) is known color: Holly. HEX triplet: 25, 34 and 2C. RGB value is (37,52,44). Sum of RGB (Red+Green+Blue) = 37+52+44=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 52 - color contains mainly: green. Hex color #25342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25342C is #DACBD3. Grayscale: #2E2E2E. Windows color (decimal): -14339028 or 2896933. OLE color: 2896933.

HSL color Cylindrical-coordinate representation of color #25342C: hue angle of 148º 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 #25342C is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 52 44 -
CMYK 0.29 0 0.15 0.80
HSL 148º 0.17% 0.17% -
HSV(B) 148º 0.29% 0.2% -
XYZ 2.45 3.03 2.84 -
YUV 46.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 37 52 44 0.29 0 0.15 0.80 148 0.17 0.17
Hex 25 34 2C 1D 0 F 50 94 11 11
Octal 45 64 54 35 0 17 120 224 21 21
Binary 100101 110100 101100 11101 0 1111 1010000 10010100 10001 10001

Color Harmonies of #25342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25342C

Black with #25342C

Text Example


Text Example

White with #25342C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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