Html Css Color HEX #251A16 Wood Bark

📋 copy color: '#251A16'

red 37 ◦ green 26 ◦ blue 22

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

Shades of Wood Bark #251A16

Tints of Wood Bark #251A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 25.88%

R = 43.53%
G = 30.59%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#251A16 (or 0x251A16) is known color: Wood Bark. HEX triplet: 25, 1A and 16. RGB value is (37,26,22). Sum of RGB (Red+Green+Blue) = 37+26+22=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 22 (8.98% from 255 or 25.88% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #251A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251A16 is #DAE5E9. Grayscale: #1C1C1C. Windows color (decimal): -14345706 or 1448485. OLE color: 1448485.

HSL color Cylindrical-coordinate representation of color #251A16: hue angle of 16º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #251A16 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 26 22 -
CMYK 0 0.30 0.41 0.85
HSL 16º 0.25% 0.12% -
HSV(B) 16º 0.41% 0.15% -
XYZ 1.28 1.19 0.92 -
YUV 28.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 37 26 22 0 0.30 0.41 0.85 16 0.25 0.12
Hex 25 1A 16 0 1E 29 55 10 19 C
Octal 45 32 26 0 36 51 125 20 31 14
Binary 100101 11010 10110 0 11110 101001 1010101 10000 11001 1100

Color Harmonies of #251A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251A16

Black with #251A16

Text Example


Text Example

White with #251A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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