Html Css Color HEX #301302 Brown Pod

📋 copy color: '#301302'

red 48 ◦ green 19 ◦ blue 2

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

Shades of Brown Pod #301302

Tints of Brown Pod #301302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.9%

R = 69.57%
G = 27.54%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#301302 (or 0x301302) is known color: Brown Pod. HEX triplet: 30, 13 and 02. RGB value is (48,19,2). Sum of RGB (Red+Green+Blue) = 48+19+2=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #301302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301302 is #CFECFD. Grayscale: #191919. Windows color (decimal): -13626622 or 135984. OLE color: 135984.

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

Color convert

RGB 48 19 2 -
CMYK 0 0.60 0.96 0.81
HSL 22.17º 0.92% 0.1% -
HSV(B) 22.17º 0.96% 0.19% -
XYZ 1.46 1.1 0.19 -
YUV 25.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 48 19 2 0 0.60 0.96 0.81 22.17 0.92 0.1
Hex 30 13 2 0 3C 60 51 16 5C A
Octal 60 23 2 0 74 140 121 26 134 12
Binary 110000 10011 10 0 111100 1100000 1010001 10110 1011100 1010

Color Harmonies of #301302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301302

Black with #301302

Text Example


Text Example

White with #301302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301302; }

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

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

background-color css

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

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

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

border-color css

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

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

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