Html Css Color HEX #301304 Brown Pod

📋 copy color: '#301304'

red 48 ◦ green 19 ◦ blue 4

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

Shades of Brown Pod #301304

Tints of Brown Pod #301304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.76%

 BLUE value IS 4 (1.95% from 255) = 5.63%

R = 67.61%
G = 26.76%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#301304 (or 0x301304) is known color: Brown Pod. HEX triplet: 30, 13 and 04. RGB value is (48,19,4). Sum of RGB (Red+Green+Blue) = 48+19+4=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #301304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301304 is #CFECFB. Grayscale: #1A1A1A. Windows color (decimal): -13626620 or 267056. OLE color: 267056.

HSL color Cylindrical-coordinate representation of color #301304: hue angle of 20.45º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #301304 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 19 4 -
CMYK 0 0.60 0.92 0.81
HSL 20.45º 0.85% 0.1% -
HSV(B) 20.45º 0.92% 0.19% -
XYZ 1.47 1.1 0.25 -
YUV 25.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 48 19 4 0 0.60 0.92 0.81 20.45 0.85 0.1
Hex 30 13 4 0 3C 5C 51 14 55 A
Octal 60 23 4 0 74 134 121 24 125 12
Binary 110000 10011 100 0 111100 1011100 1010001 10100 1010101 1010

Color Harmonies of #301304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301304

Black with #301304

Text Example


Text Example

White with #301304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301304; }

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

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

background-color css

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

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

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

border-color css

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

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

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