Html Css Color HEX #251913 Wood Bark

📋 copy color: '#251913'

red 37 ◦ green 25 ◦ blue 19

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

Shades of Wood Bark #251913

Tints of Wood Bark #251913

RGB

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

 GREEN value IS 25 (10.16% from 255) = 30.86%

 BLUE value IS 19 (7.81% from 255) = 23.46%

R = 45.68%
G = 30.86%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#251913 (or 0x251913) is known color: Wood Bark. HEX triplet: 25, 19 and 13. RGB value is (37,25,19). Sum of RGB (Red+Green+Blue) = 37+25+19=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #251913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251913 is #DAE6EC. Grayscale: #1B1B1B. Windows color (decimal): -14345965 or 1251621. OLE color: 1251621.

HSL color Cylindrical-coordinate representation of color #251913: hue angle of 20º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #251913 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 25 19 -
CMYK 0 0.32 0.49 0.85
HSL 20º 0.32% 0.11% -
HSV(B) 20º 0.49% 0.15% -
XYZ 1.23 1.14 0.77 -
YUV 27.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 37 25 19 0 0.32 0.49 0.85 20 0.32 0.11
Hex 25 19 13 0 20 31 55 14 20 B
Octal 45 31 23 0 40 61 125 24 40 13
Binary 100101 11001 10011 0 100000 110001 1010101 10100 100000 1011

Color Harmonies of #251913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251913

Black with #251913

Text Example


Text Example

White with #251913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251913; }

 p { color: rgb(37,25,19); }

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

background-color css

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

 a { background-color: rgb(37,25,19); }

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

border-color css

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

 span { border-color: rgb(37,25,19); }

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