Html Css Color HEX #301F15 Wood Bark

📋 copy color: '#301F15'

red 48 ◦ green 31 ◦ blue 21

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

Shades of Wood Bark #301F15

Tints of Wood Bark #301F15

RGB

 RED value IS 48 (19.14% from 255) = 48%

 GREEN value IS 31 (12.5% from 255) = 31%

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

R = 48%
G = 31%
B = 21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#301F15 (or 0x301F15) is known color: Wood Bark. HEX triplet: 30, 1F and 15. RGB value is (48,31,21). Sum of RGB (Red+Green+Blue) = 48+31+21=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 21 (8.59% from 255 or 21% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #301F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F15 is #CFE0EA. Grayscale: #232323. Windows color (decimal): -13623531 or 1384240. OLE color: 1384240.

HSL color Cylindrical-coordinate representation of color #301F15: hue angle of 22.22º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #301F15 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 31 21 -
CMYK 0 0.35 0.56 0.81
HSL 22.22º 0.39% 0.14% -
HSV(B) 22.22º 0.56% 0.19% -
XYZ 1.84 1.66 0.93 -
YUV 34.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 48 31 21 0 0.35 0.56 0.81 22.22 0.39 0.14
Hex 30 1F 15 0 23 38 51 16 27 E
Octal 60 37 25 0 43 70 121 26 47 16
Binary 110000 11111 10101 0 100011 111000 1010001 10110 100111 1110

Color Harmonies of #301F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F15

Black with #301F15

Text Example


Text Example

White with #301F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301F15; }

 p { color: rgb(48,31,21); }

 H1.HeaderClassName
 {
   color: #301F15;
 }
 .AnyTagClassName
 {
   color: #301F15;
 }
</style>

background-color css

<style>
 a { background-color: #301F15; }

 a { background-color: rgb(48,31,21); }

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

border-color css

<style>
 span { border-color: #301F15; }

 span { border-color: rgb(48,31,21); }

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