Html Css Color HEX #251C18 Wood Bark

📋 copy color: '#251C18'

red 37 ◦ green 28 ◦ blue 24

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

Shades of Wood Bark #251C18

Tints of Wood Bark #251C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 26.97%

R = 41.57%
G = 31.46%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#251C18 (or 0x251C18) is known color: Wood Bark. HEX triplet: 25, 1C and 18. RGB value is (37,28,24). Sum of RGB (Red+Green+Blue) = 37+28+24=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 37 - color contains mainly: red. Hex color #251C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251C18 is #DAE3E7. Grayscale: #1E1E1E. Windows color (decimal): -14345192 or 1580069. OLE color: 1580069.

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

Color convert

RGB 37 28 24 -
CMYK 0 0.24 0.35 0.85
HSL 18.46º 0.21% 0.12% -
HSV(B) 18.46º 0.35% 0.15% -
XYZ 1.34 1.29 1.04 -
YUV 30.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 37 28 24 0 0.24 0.35 0.85 18.46 0.21 0.12
Hex 25 1C 18 0 18 23 55 12 15 C
Octal 45 34 30 0 30 43 125 22 25 14
Binary 100101 11100 11000 0 11000 100011 1010101 10010 10101 1100

Color Harmonies of #251C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251C18

Black with #251C18

Text Example


Text Example

White with #251C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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