Html Css Color HEX #2F1D15 Wood Bark

📋 copy color: '#2F1D15'

red 47 ◦ green 29 ◦ blue 21

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

Shades of Wood Bark #2F1D15

Tints of Wood Bark #2F1D15

RGB

 RED value IS 47 (18.75% from 255) = 48.45%

 GREEN value IS 29 (11.72% from 255) = 29.9%

 BLUE value IS 21 (8.59% from 255) = 21.65%

R = 48.45%
G = 29.9%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.82

RGB Variations

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

Color information

#2F1D15 (or 0x2F1D15) is known color: Wood Bark. HEX triplet: 2F, 1D and 15. RGB value is (47,29,21). Sum of RGB (Red+Green+Blue) = 47+29+21=97 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.45% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1D15 is #D0E2EA. Grayscale: #212121. Windows color (decimal): -13689579 or 1383727. OLE color: 1383727.

HSL color Cylindrical-coordinate representation of color #2F1D15: hue angle of 18.46º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F1D15 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 29 21 -
CMYK 0 0.38 0.55 0.82
HSL 18.46º 0.38% 0.13% -
HSV(B) 18.46º 0.55% 0.18% -
XYZ 1.75 1.54 0.91 -
YUV 33.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 47 29 21 0 0.38 0.55 0.82 18.46 0.38 0.13
Hex 2F 1D 15 0 26 37 52 12 26 D
Octal 57 35 25 0 46 67 122 22 46 15
Binary 101111 11101 10101 0 100110 110111 1010010 10010 100110 1101

Color Harmonies of #2F1D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1D15

Black with #2F1D15

Text Example


Text Example

White with #2F1D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F1D15; }

 p { color: rgb(47,29,21); }

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

background-color css

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

 a { background-color: rgb(47,29,21); }

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

border-color css

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

 span { border-color: rgb(47,29,21); }

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