#301900

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

Shades of Cocoa Brown #301900

Tints of Cocoa Brown #301900

Color information

#301900 (or 0x301900) is unknown color: approx Cocoa Brown. HEX triplet: 30, 19 and 00. RGB value is (48,25,0). Sum of RGB (Red+Green+Blue) = 48+25+0=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 25 (10.16% from 255 or 34.25% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #301900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301900 is #CFE6FF. Grayscale: #1D1D1D. Windows color (decimal): -13625088 or 6448. OLE color: 6448.

HSL color Cylindrical-coordinate representation of color #301900: hue angle of 31.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #301900 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB48250-
CMYK00.4810.81
HSL31.25º100%9.41%-
HSV(B)31.25º100%18.82%-
XYZ1.571.320.17-
YUV29.03111.62141.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 65.75%
GREEN value IS 25 (10.16% from 255) = 34.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.75%
G=34.25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4825000.4810.8131.251009.41
Hex3019003064511f649
Octal603100601441213714411
Binary1100001100100110000110010010100011111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301900; }

 p { color: rgb(48,25,0); }

 H1.HeaderClassName
 {
   color: #301900;
 }
 .AnyTagClassName
 {
   color: #301900;
 }
</style>
background-color css

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

 a { background-color: rgb(48,25,0); }

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

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

 span { border-color: rgb(48,25,0); }

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