Html Css Color HEX #301F19 Wood Bark

📋 copy color: '#301F19'

red 48 ◦ green 31 ◦ blue 25

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

Shades of Wood Bark #301F19

Tints of Wood Bark #301F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 24.04%

R = 46.15%
G = 29.81%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#301F19 (or 0x301F19) is known color: Wood Bark. HEX triplet: 30, 1F and 19. RGB value is (48,31,25). Sum of RGB (Red+Green+Blue) = 48+31+25=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #301F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F19 is #CFE0E6. Grayscale: #232323. Windows color (decimal): -13623527 or 1646384. OLE color: 1646384.

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

Color convert

RGB 48 31 25 -
CMYK 0 0.35 0.48 0.81
HSL 15.65º 0.32% 0.14% -
HSV(B) 15.65º 0.48% 0.19% -
XYZ 1.88 1.68 1.14 -
YUV 35.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 48 31 25 0 0.35 0.48 0.81 15.65 0.32 0.14
Hex 30 1F 19 0 23 30 51 10 20 E
Octal 60 37 31 0 43 60 121 20 40 16
Binary 110000 11111 11001 0 100011 110000 1010001 10000 100000 1110

Color Harmonies of #301F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F19

Black with #301F19

Text Example


Text Example

White with #301F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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