Html Css Color HEX #251B18 Wood Bark

📋 copy color: '#251B18'

red 37 ◦ green 27 ◦ blue 24

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

Shades of Wood Bark #251B18

Tints of Wood Bark #251B18

RGB

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

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

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

R = 42.05%
G = 30.68%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#251B18 (or 0x251B18) is known color: Wood Bark. HEX triplet: 25, 1B and 18. RGB value is (37,27,24). Sum of RGB (Red+Green+Blue) = 37+27+24=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 24 (9.77% from 255 or 27.27% from 88); Max value from RGB is 37 - color contains mainly: red. Hex color #251B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251B18 is #DAE4E7. Grayscale: #1D1D1D. Windows color (decimal): -14345448 or 1579813. OLE color: 1579813.

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

Color convert

RGB 37 27 24 -
CMYK 0 0.27 0.35 0.85
HSL 13.85º 0.21% 0.12% -
HSV(B) 13.85º 0.35% 0.15% -
XYZ 1.32 1.24 1.03 -
YUV 29.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 37 27 24 0 0.27 0.35 0.85 13.85 0.21 0.12
Hex 25 1B 18 0 1B 23 55 E 15 C
Octal 45 33 30 0 33 43 125 16 25 14
Binary 100101 11011 11000 0 11011 100011 1010101 1110 10101 1100

Color Harmonies of #251B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251B18

Black with #251B18

Text Example


Text Example

White with #251B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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