Html Css Color HEX #251C17 Wood Bark

📋 copy color: '#251C17'

red 37 ◦ green 28 ◦ blue 23

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

Shades of Wood Bark #251C17

Tints of Wood Bark #251C17

RGB

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

 GREEN value IS 28 (11.33% from 255) = 31.82%

 BLUE value IS 23 (9.38% from 255) = 26.14%

R = 42.05%
G = 31.82%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#251C17 (or 0x251C17) is known color: Wood Bark. HEX triplet: 25, 1C and 17. RGB value is (37,28,23). Sum of RGB (Red+Green+Blue) = 37+28+23=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 37 - color contains mainly: red. Hex color #251C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251C17 is #DAE3E8. Grayscale: #1E1E1E. Windows color (decimal): -14345193 or 1514533. OLE color: 1514533.

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

Color convert

RGB 37 28 23 -
CMYK 0 0.24 0.38 0.85
HSL 21.43º 0.23% 0.12% -
HSV(B) 21.43º 0.38% 0.15% -
XYZ 1.33 1.29 0.99 -
YUV 30.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 37 28 23 0 0.24 0.38 0.85 21.43 0.23 0.12
Hex 25 1C 17 0 18 26 55 15 17 C
Octal 45 34 27 0 30 46 125 25 27 14
Binary 100101 11100 10111 0 11000 100110 1010101 10101 10111 1100

Color Harmonies of #251C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251C17

Black with #251C17

Text Example


Text Example

White with #251C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,28,23); }

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

background-color css

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

 a { background-color: rgb(37,28,23); }

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

border-color css

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

 span { border-color: rgb(37,28,23); }

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