Html Css Color HEX #301203 Brown Pod

📋 copy color: '#301203'

red 48 ◦ green 18 ◦ blue 3

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

Shades of Brown Pod #301203

Tints of Brown Pod #301203

RGB

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

 GREEN value IS 18 (7.42% from 255) = 26.09%

 BLUE value IS 3 (1.56% from 255) = 4.35%

R = 69.57%
G = 26.09%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#301203 (or 0x301203) is known color: Brown Pod. HEX triplet: 30, 12 and 03. RGB value is (48,18,3). Sum of RGB (Red+Green+Blue) = 48+18+3=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 3 (1.56% from 255 or 4.35% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #301203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301203 is #CFEDFC. Grayscale: #191919. Windows color (decimal): -13626877 or 201264. OLE color: 201264.

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

Color convert

RGB 48 18 3 -
CMYK 0 0.63 0.94 0.81
HSL 20º 0.88% 0.1% -
HSV(B) 20º 0.94% 0.19% -
XYZ 1.45 1.07 0.22 -
YUV 25.26 115.44 144.22 -
System Red Green Blue C M Y K H S L
Decimal 48 18 3 0 0.63 0.94 0.81 20 0.88 0.1
Hex 30 12 3 0 3F 5E 51 14 58 A
Octal 60 22 3 0 77 136 121 24 130 12
Binary 110000 10010 11 0 111111 1011110 1010001 10100 1011000 1010

Color Harmonies of #301203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301203

Black with #301203

Text Example


Text Example

White with #301203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301203; }

 p { color: rgb(48,18,3); }

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

background-color css

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

 a { background-color: rgb(48,18,3); }

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

border-color css

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

 span { border-color: rgb(48,18,3); }

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