#301F03

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

Shades of Cocoa Brown #301F03

Tints of Cocoa Brown #301F03

Color information

#301F03 (or 0x301F03) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1F and 03. RGB value is (48,31,3). Sum of RGB (Red+Green+Blue) = 48+31+3=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #301F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F03 is #CFE0FC. Grayscale: #212121. Windows color (decimal): -13623549 or 204592. OLE color: 204592.

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

Color convert

RGB48313-
CMYK00.350.940.81
HSL37.33º88.24%10%-
HSV(B)37.33º93.75%18.82%-
XYZ1.731.610.31-
YUV32.89111.13138.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 58.54%
GREEN value IS 31 (12.5% from 255) = 37.80%
BLUE value IS 3 (1.56% from 255) = 3.66%
R=58.54%
G=37.80%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4831300.350.940.8137.3388.2410
Hex301F30235E512558a
Octal603730431361214513012
Binary110000111111101000111011110101000110010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301F03; }

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

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

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

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

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

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

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

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