#301203

Color #301203 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #301203

Tints of Brown Pod #301203

Color information

#301203 (or 0x301203) is unknown color: approx 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

RGB48183-
CMYK00.630.940.81
HSL20º88.24%10%-
HSV(B)20º93.75%18.82%-
XYZ1.451.070.22-
YUV25.26115.44144.22-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4818300.630.940.812088.2410
Hex3012303F5E511458a
Octal602230771361212413012
Binary11000010010110111111101111010100011010010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>