Html Css Color HEX #251B14 Wood Bark

📋 copy color: '#251B14'

red 37 ◦ green 27 ◦ blue 20

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

Shades of Wood Bark #251B14

Tints of Wood Bark #251B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 23.81%

R = 44.05%
G = 32.14%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#251B14 (or 0x251B14) is known color: Wood Bark. HEX triplet: 25, 1B and 14. RGB value is (37,27,20). Sum of RGB (Red+Green+Blue) = 37+27+20=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 37 - color contains mainly: red. Hex color #251B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251B14 is #DAE4EB. Grayscale: #1D1D1D. Windows color (decimal): -14345452 or 1317669. OLE color: 1317669.

HSL color Cylindrical-coordinate representation of color #251B14: hue angle of 24.71º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #251B14 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 27 20 -
CMYK 0 0.27 0.46 0.85
HSL 24.71º 0.3% 0.11% -
HSV(B) 24.71º 0.46% 0.15% -
XYZ 1.28 1.23 0.83 -
YUV 29.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 37 27 20 0 0.27 0.46 0.85 24.71 0.3 0.11
Hex 25 1B 14 0 1B 2E 55 19 1E B
Octal 45 33 24 0 33 56 125 31 36 13
Binary 100101 11011 10100 0 11011 101110 1010101 11001 11110 1011

Color Harmonies of #251B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251B14

Black with #251B14

Text Example


Text Example

White with #251B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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