Html Css Color HEX #301C16 Brown Pod

📋 copy color: '#301C16'

red 48 ◦ green 28 ◦ blue 22

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

Shades of Brown Pod #301C16

Tints of Brown Pod #301C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 28.57%

 BLUE value IS 22 (8.98% from 255) = 22.45%

R = 48.98%
G = 28.57%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.81

RGB Variations

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

Color information

#301C16 (or 0x301C16) is known color: Brown Pod. HEX triplet: 30, 1C and 16. RGB value is (48,28,22). Sum of RGB (Red+Green+Blue) = 48+28+22=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #301C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C16 is #CFE3E9. Grayscale: #212121. Windows color (decimal): -13624298 or 1449008. OLE color: 1449008.

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

Color convert

RGB 48 28 22 -
CMYK 0 0.42 0.54 0.81
HSL 13.85º 0.37% 0.14% -
HSV(B) 13.85º 0.54% 0.19% -
XYZ 1.78 1.52 0.96 -
YUV 33.3 121.63 138.49 -
System Red Green Blue C M Y K H S L
Decimal 48 28 22 0 0.42 0.54 0.81 13.85 0.37 0.14
Hex 30 1C 16 0 2A 36 51 E 25 E
Octal 60 34 26 0 52 66 121 16 45 16
Binary 110000 11100 10110 0 101010 110110 1010001 1110 100101 1110

Color Harmonies of #301C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C16

Black with #301C16

Text Example


Text Example

White with #301C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,28,22); }

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

background-color css

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

 a { background-color: rgb(48,28,22); }

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

border-color css

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

 span { border-color: rgb(48,28,22); }

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