Html Css Color HEX #25342B Holly

📋 copy color: '#25342B'

red 37 ◦ green 52 ◦ blue 43

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

Shades of Holly #25342B

Tints of Holly #25342B

RGB

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

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

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

R = 28.03%
G = 39.39%
B = 32.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.80

RGB Variations

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

Color information

#25342B (or 0x25342B) is known color: Holly. HEX triplet: 25, 34 and 2B. RGB value is (37,52,43). Sum of RGB (Red+Green+Blue) = 37+52+43=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 52 - color contains mainly: green. Hex color #25342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25342B is #DACBD4. Grayscale: #2E2E2E. Windows color (decimal): -14339029 or 2831397. OLE color: 2831397.

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

Color convert

RGB 37 52 43 -
CMYK 0.29 0 0.17 0.80
HSL 144º 0.17% 0.17% -
HSV(B) 144º 0.29% 0.2% -
XYZ 2.43 3.02 2.74 -
YUV 46.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 37 52 43 0.29 0 0.17 0.80 144 0.17 0.17
Hex 25 34 2B 1D 0 11 50 90 11 11
Octal 45 64 53 35 0 21 120 220 21 21
Binary 100101 110100 101011 11101 0 10001 1010000 10010000 10001 10001

Color Harmonies of #25342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25342B

Black with #25342B

Text Example


Text Example

White with #25342B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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