Html Css Color HEX #251813 Wood Bark

📋 copy color: '#251813'

red 37 ◦ green 24 ◦ blue 19

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

Shades of Wood Bark #251813

Tints of Wood Bark #251813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30%

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

R = 46.25%
G = 30%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#251813 (or 0x251813) is known color: Wood Bark. HEX triplet: 25, 18 and 13. RGB value is (37,24,19). Sum of RGB (Red+Green+Blue) = 37+24+19=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #251813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251813 is #DAE7EC. Grayscale: #1B1B1B. Windows color (decimal): -14346221 or 1251365. OLE color: 1251365.

HSL color Cylindrical-coordinate representation of color #251813: hue angle of 16.67º 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 #251813 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 24 19 -
CMYK 0 0.35 0.49 0.85
HSL 16.67º 0.32% 0.11% -
HSV(B) 16.67º 0.49% 0.15% -
XYZ 1.21 1.09 0.76 -
YUV 27.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 37 24 19 0 0.35 0.49 0.85 16.67 0.32 0.11
Hex 25 18 13 0 23 31 55 11 20 B
Octal 45 30 23 0 43 61 125 21 40 13
Binary 100101 11000 10011 0 100011 110001 1010101 10001 100000 1011

Color Harmonies of #251813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251813

Black with #251813

Text Example


Text Example

White with #251813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251813; }

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

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

background-color css

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

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

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

border-color css

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

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

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