Html Css Color HEX #301D12 Wood Bark

📋 copy color: '#301D12'

red 48 ◦ green 29 ◦ blue 18

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

Shades of Wood Bark #301D12

Tints of Wood Bark #301D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 18.95%

R = 50.53%
G = 30.53%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#301D12 (or 0x301D12) is known color: Wood Bark. HEX triplet: 30, 1D and 12. RGB value is (48,29,18). Sum of RGB (Red+Green+Blue) = 48+29+18=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #301D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D12 is #CFE2ED. Grayscale: #212121. Windows color (decimal): -13624046 or 1187120. OLE color: 1187120.

HSL color Cylindrical-coordinate representation of color #301D12: hue angle of 22º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301D12 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 29 18 -
CMYK 0 0.40 0.63 0.81
HSL 22º 0.45% 0.13% -
HSV(B) 22º 0.63% 0.19% -
XYZ 1.77 1.55 0.78 -
YUV 33.43 119.29 138.39 -
System Red Green Blue C M Y K H S L
Decimal 48 29 18 0 0.40 0.63 0.81 22 0.45 0.13
Hex 30 1D 12 0 28 3F 51 16 2D D
Octal 60 35 22 0 50 77 121 26 55 15
Binary 110000 11101 10010 0 101000 111111 1010001 10110 101101 1101

Color Harmonies of #301D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D12

Black with #301D12

Text Example


Text Example

White with #301D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,29,18); }

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

background-color css

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

 a { background-color: rgb(48,29,18); }

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

border-color css

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

 span { border-color: rgb(48,29,18); }

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