Html Css Color HEX #301401 Brown Pod

📋 copy color: '#301401'

red 48 ◦ green 20 ◦ blue 1

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

Shades of Brown Pod #301401

Tints of Brown Pod #301401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 28.99%

 BLUE value IS 1 (0.78% from 255) = 1.45%

R = 69.57%
G = 28.99%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#301401 (or 0x301401) is known color: Brown Pod. HEX triplet: 30, 14 and 01. RGB value is (48,20,1). Sum of RGB (Red+Green+Blue) = 48+20+1=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #301401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301401 is #CFEBFE. Grayscale: #1A1A1A. Windows color (decimal): -13626367 or 70704. OLE color: 70704.

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

Color convert

RGB 48 20 1 -
CMYK 0 0.58 0.98 0.81
HSL 24.26º 0.96% 0.1% -
HSV(B) 24.26º 0.98% 0.19% -
XYZ 1.47 1.13 0.17 -
YUV 26.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 48 20 1 0 0.58 0.98 0.81 24.26 0.96 0.1
Hex 30 14 1 0 3A 62 51 18 60 A
Octal 60 24 1 0 72 142 121 30 140 12
Binary 110000 10100 1 0 111010 1100010 1010001 11000 1100000 1010

Color Harmonies of #301401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301401

Black with #301401

Text Example


Text Example

White with #301401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301401; }

 p { color: rgb(48,20,1); }

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

background-color css

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

 a { background-color: rgb(48,20,1); }

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

border-color css

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

 span { border-color: rgb(48,20,1); }

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