Html Css Color HEX #251A13 Wood Bark

📋 copy color: '#251A13'

red 37 ◦ green 26 ◦ blue 19

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

Shades of Wood Bark #251A13

Tints of Wood Bark #251A13

RGB

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

 GREEN value IS 26 (10.55% from 255) = 31.71%

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

R = 45.12%
G = 31.71%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#251A13 (or 0x251A13) is known color: Wood Bark. HEX triplet: 25, 1A and 13. RGB value is (37,26,19). Sum of RGB (Red+Green+Blue) = 37+26+19=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 26 (10.55% from 255 or 31.71% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #251A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251A13 is #DAE5EC. Grayscale: #1C1C1C. Windows color (decimal): -14345709 or 1251877. OLE color: 1251877.

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

Color convert

RGB 37 26 19 -
CMYK 0 0.30 0.49 0.85
HSL 23.33º 0.32% 0.11% -
HSV(B) 23.33º 0.49% 0.15% -
XYZ 1.25 1.18 0.78 -
YUV 28.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 37 26 19 0 0.30 0.49 0.85 23.33 0.32 0.11
Hex 25 1A 13 0 1E 31 55 17 20 B
Octal 45 32 23 0 36 61 125 27 40 13
Binary 100101 11010 10011 0 11110 110001 1010101 10111 100000 1011

Color Harmonies of #251A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251A13

Black with #251A13

Text Example


Text Example

White with #251A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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