Html Css Color HEX #301C11 Brown Pod

📋 copy color: '#301C11'

red 48 ◦ green 28 ◦ blue 17

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

Shades of Brown Pod #301C11

Tints of Brown Pod #301C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 18.28%

R = 51.61%
G = 30.11%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#301C11 (or 0x301C11) is known color: Brown Pod. HEX triplet: 30, 1C and 11. RGB value is (48,28,17). Sum of RGB (Red+Green+Blue) = 48+28+17=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #301C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C11 is #CFE3EE. Grayscale: #202020. Windows color (decimal): -13624303 or 1121328. OLE color: 1121328.

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

Color convert

RGB 48 28 17 -
CMYK 0 0.42 0.65 0.81
HSL 21.29º 0.48% 0.13% -
HSV(B) 21.29º 0.65% 0.19% -
XYZ 1.74 1.5 0.73 -
YUV 32.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 48 28 17 0 0.42 0.65 0.81 21.29 0.48 0.13
Hex 30 1C 11 0 2A 41 51 15 30 D
Octal 60 34 21 0 52 101 121 25 60 15
Binary 110000 11100 10001 0 101010 1000001 1010001 10101 110000 1101

Color Harmonies of #301C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C11

Black with #301C11

Text Example


Text Example

White with #301C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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