Html Css Color HEX #25352B Holly

📋 copy color: '#25352B'

red 37 ◦ green 53 ◦ blue 43

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

Shades of Holly #25352B

Tints of Holly #25352B

RGB

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

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

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

R = 27.82%
G = 39.85%
B = 32.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.79

RGB Variations

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

Color information

#25352B (or 0x25352B) is known color: Holly. HEX triplet: 25, 35 and 2B. RGB value is (37,53,43). Sum of RGB (Red+Green+Blue) = 37+53+43=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 53 - color contains mainly: green. Hex color #25352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25352B is #DACAD4. Grayscale: #2F2F2F. Windows color (decimal): -14338773 or 2831653. OLE color: 2831653.

HSL color Cylindrical-coordinate representation of color #25352B: hue angle of 142.5º 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 #25352B is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB 37 53 43 -
CMYK 0.30 0 0.19 0.79
HSL 142.5º 0.18% 0.18% -
HSV(B) 142.5º 0.3% 0.21% -
XYZ 2.47 3.11 2.76 -
YUV 47.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 37 53 43 0.30 0 0.19 0.79 142.5 0.18 0.18
Hex 25 35 2B 1E 0 13 4F 8E 12 12
Octal 45 65 53 36 0 23 117 216 22 22
Binary 100101 110101 101011 11110 0 10011 1001111 10001110 10010 10010

Color Harmonies of #25352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25352B

Black with #25352B

Text Example


Text Example

White with #25352B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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