Html Css Color HEX #251911 Wood Bark

📋 copy color: '#251911'

red 37 ◦ green 25 ◦ blue 17

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

Shades of Wood Bark #251911

Tints of Wood Bark #251911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 21.52%

R = 46.84%
G = 31.65%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#251911 (or 0x251911) is known color: Wood Bark. HEX triplet: 25, 19 and 11. RGB value is (37,25,17). Sum of RGB (Red+Green+Blue) = 37+25+17=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #251911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251911 is #DAE6EE. Grayscale: #1B1B1B. Windows color (decimal): -14345967 or 1120549. OLE color: 1120549.

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

Color convert

RGB 37 25 17 -
CMYK 0 0.32 0.54 0.85
HSL 24º 0.37% 0.11% -
HSV(B) 24º 0.54% 0.15% -
XYZ 1.21 1.13 0.68 -
YUV 27.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 37 25 17 0 0.32 0.54 0.85 24 0.37 0.11
Hex 25 19 11 0 20 36 55 18 25 B
Octal 45 31 21 0 40 66 125 30 45 13
Binary 100101 11001 10001 0 100000 110110 1010101 11000 100101 1011

Color Harmonies of #251911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251911

Black with #251911

Text Example


Text Example

White with #251911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251911; }

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

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

background-color css

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

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

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

border-color css

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

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

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