Html Css Color HEX #301503 Brown Pod

📋 copy color: '#301503'

red 48 ◦ green 21 ◦ blue 3

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

Shades of Brown Pod #301503

Tints of Brown Pod #301503

RGB

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

 GREEN value IS 21 (8.59% from 255) = 29.17%

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

R = 66.67%
G = 29.17%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#301503 (or 0x301503) is known color: Brown Pod. HEX triplet: 30, 15 and 03. RGB value is (48,21,3). Sum of RGB (Red+Green+Blue) = 48+21+3=72 (9% of max value = 765). Red value is 48 (19.14% from 255 or 66.67% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 48 - color contains mainly: red. Hex color #301503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301503 is #CFEAFC. Grayscale: #1B1B1B. Windows color (decimal): -13626109 or 202032. OLE color: 202032.

HSL color Cylindrical-coordinate representation of color #301503: hue angle of 24º 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 #301503 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 21 3 -
CMYK 0 0.56 0.94 0.81
HSL 24º 0.88% 0.1% -
HSV(B) 24º 0.94% 0.19% -
XYZ 1.5 1.17 0.23 -
YUV 27.02 114.45 142.96 -
System Red Green Blue C M Y K H S L
Decimal 48 21 3 0 0.56 0.94 0.81 24 0.88 0.1
Hex 30 15 3 0 38 5E 51 18 58 A
Octal 60 25 3 0 70 136 121 30 130 12
Binary 110000 10101 11 0 111000 1011110 1010001 11000 1011000 1010

Color Harmonies of #301503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301503

Black with #301503

Text Example


Text Example

White with #301503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301503; }

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

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

background-color css

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

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

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

border-color css

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

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

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