Html Css Color HEX #25392B Holly

📋 copy color: '#25392B'

red 37 ◦ green 57 ◦ blue 43

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

Shades of Holly #25392B

Tints of Holly #25392B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.61%

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

R = 27.01%
G = 41.61%
B = 31.39%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#25392B (or 0x25392B) is known color: Holly. HEX triplet: 25, 39 and 2B. RGB value is (37,57,43). Sum of RGB (Red+Green+Blue) = 37+57+43=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 57 - color contains mainly: green. Hex color #25392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25392B is #DAC6D4. Grayscale: #313131. Windows color (decimal): -14337749 or 2832677. OLE color: 2832677.

HSL color Cylindrical-coordinate representation of color #25392B: hue angle of 138º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #25392B is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 57 43 -
CMYK 0.35 0 0.25 0.78
HSL 138º 0.21% 0.18% -
HSV(B) 138º 0.35% 0.22% -
XYZ 2.66 3.49 2.82 -
YUV 49.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 37 57 43 0.35 0 0.25 0.78 138 0.21 0.18
Hex 25 39 2B 23 0 19 4E 8A 15 12
Octal 45 71 53 43 0 31 116 212 25 22
Binary 100101 111001 101011 100011 0 11001 1001110 10001010 10101 10010

Color Harmonies of #25392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25392B

Black with #25392B

Text Example


Text Example

White with #25392B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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