Html Css Color HEX #251B16 Wood Bark

📋 copy color: '#251B16'

red 37 ◦ green 27 ◦ blue 22

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

Shades of Wood Bark #251B16

Tints of Wood Bark #251B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 31.4%

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

R = 43.02%
G = 31.4%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#251B16 (or 0x251B16) is known color: Wood Bark. HEX triplet: 25, 1B and 16. RGB value is (37,27,22). Sum of RGB (Red+Green+Blue) = 37+27+22=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 22 (8.98% from 255 or 25.58% from 86); Max value from RGB is 37 - color contains mainly: red. Hex color #251B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251B16 is #DAE4E9. Grayscale: #1D1D1D. Windows color (decimal): -14345450 or 1448741. OLE color: 1448741.

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

Color convert

RGB 37 27 22 -
CMYK 0 0.27 0.41 0.85
HSL 20º 0.25% 0.12% -
HSV(B) 20º 0.41% 0.15% -
XYZ 1.3 1.24 0.93 -
YUV 29.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 37 27 22 0 0.27 0.41 0.85 20 0.25 0.12
Hex 25 1B 16 0 1B 29 55 14 19 C
Octal 45 33 26 0 33 51 125 24 31 14
Binary 100101 11011 10110 0 11011 101001 1010101 10100 11001 1100

Color Harmonies of #251B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251B16

Black with #251B16

Text Example


Text Example

White with #251B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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