Html Css Color HEX #301911 Brown Pod

📋 copy color: '#301911'

red 48 ◦ green 25 ◦ blue 17

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

Shades of Brown Pod #301911

Tints of Brown Pod #301911

RGB

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

 GREEN value IS 25 (10.16% from 255) = 27.78%

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

R = 53.33%
G = 27.78%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#301911 (or 0x301911) is known color: Brown Pod. HEX triplet: 30, 19 and 11. RGB value is (48,25,17). Sum of RGB (Red+Green+Blue) = 48+25+17=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #301911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301911 is #CFE6EE. Grayscale: #1F1F1F. Windows color (decimal): -13625071 or 1120560. OLE color: 1120560.

HSL color Cylindrical-coordinate representation of color #301911: hue angle of 15.48º 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 #301911 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 25 17 -
CMYK 0 0.48 0.65 0.81
HSL 15.48º 0.48% 0.13% -
HSV(B) 15.48º 0.65% 0.19% -
XYZ 1.67 1.36 0.71 -
YUV 30.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 48 25 17 0 0.48 0.65 0.81 15.48 0.48 0.13
Hex 30 19 11 0 30 41 51 F 30 D
Octal 60 31 21 0 60 101 121 17 60 15
Binary 110000 11001 10001 0 110000 1000001 1010001 1111 110000 1101

Color Harmonies of #301911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301911

Black with #301911

Text Example


Text Example

White with #301911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301911; }

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

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

background-color css

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

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

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

border-color css

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

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

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