Html Css Color HEX #301C13 Brown Pod

📋 copy color: '#301C13'

red 48 ◦ green 28 ◦ blue 19

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

Shades of Brown Pod #301C13

Tints of Brown Pod #301C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 20%

R = 50.53%
G = 29.47%
B = 20%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#301C13 (or 0x301C13) is known color: Brown Pod. HEX triplet: 30, 1C and 13. RGB value is (48,28,19). Sum of RGB (Red+Green+Blue) = 48+28+19=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #301C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C13 is #CFE3EC. Grayscale: #212121. Windows color (decimal): -13624301 or 1252400. OLE color: 1252400.

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

Color convert

RGB 48 28 19 -
CMYK 0 0.42 0.60 0.81
HSL 18.62º 0.43% 0.13% -
HSV(B) 18.62º 0.6% 0.19% -
XYZ 1.75 1.51 0.81 -
YUV 32.95 120.13 138.73 -
System Red Green Blue C M Y K H S L
Decimal 48 28 19 0 0.42 0.60 0.81 18.62 0.43 0.13
Hex 30 1C 13 0 2A 3C 51 13 2B D
Octal 60 34 23 0 52 74 121 23 53 15
Binary 110000 11100 10011 0 101010 111100 1010001 10011 101011 1101

Color Harmonies of #301C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C13

Black with #301C13

Text Example


Text Example

White with #301C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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