Html Css Color HEX #25382B Holly

📋 copy color: '#25382B'

red 37 ◦ green 56 ◦ blue 43

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

Shades of Holly #25382B

Tints of Holly #25382B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 41.18%

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

R = 27.21%
G = 41.18%
B = 31.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#25382B (or 0x25382B) is known color: Holly. HEX triplet: 25, 38 and 2B. RGB value is (37,56,43). Sum of RGB (Red+Green+Blue) = 37+56+43=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 56 - color contains mainly: green. Hex color #25382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25382B is #DAC7D4. Grayscale: #303030. Windows color (decimal): -14338005 or 2832421. OLE color: 2832421.

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

Color convert

RGB 37 56 43 -
CMYK 0.34 0 0.23 0.78
HSL 138.95º 0.2% 0.18% -
HSV(B) 138.95º 0.34% 0.22% -
XYZ 2.61 3.4 2.8 -
YUV 48.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 37 56 43 0.34 0 0.23 0.78 138.95 0.2 0.18
Hex 25 38 2B 22 0 17 4E 8B 14 12
Octal 45 70 53 42 0 27 116 213 24 22
Binary 100101 111000 101011 100010 0 10111 1001110 10001011 10100 10010

Color Harmonies of #25382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25382B

Black with #25382B

Text Example


Text Example

White with #25382B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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