Html Css Color HEX #301910 Brown Pod

📋 copy color: '#301910'

red 48 ◦ green 25 ◦ blue 16

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

Shades of Brown Pod #301910

Tints of Brown Pod #301910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 17.98%

R = 53.93%
G = 28.09%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#301910 (or 0x301910) is known color: Brown Pod. HEX triplet: 30, 19 and 10. RGB value is (48,25,16). Sum of RGB (Red+Green+Blue) = 48+25+16=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #301910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301910 is #CFE6EF. Grayscale: #1E1E1E. Windows color (decimal): -13625072 or 1055024. OLE color: 1055024.

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

Color convert

RGB 48 25 16 -
CMYK 0 0.48 0.67 0.81
HSL 16.88º 0.5% 0.13% -
HSV(B) 16.88º 0.67% 0.19% -
XYZ 1.66 1.36 0.67 -
YUV 30.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 48 25 16 0 0.48 0.67 0.81 16.88 0.5 0.13
Hex 30 19 10 0 30 43 51 11 32 D
Octal 60 31 20 0 60 103 121 21 62 15
Binary 110000 11001 10000 0 110000 1000011 1010001 10001 110010 1101

Color Harmonies of #301910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301910

Black with #301910

Text Example


Text Example

White with #301910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301910; }

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

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

background-color css

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

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

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

border-color css

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

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

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