#301E03

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

Shades of Cocoa Brown #301E03

Tints of Cocoa Brown #301E03

Color information

#301E03 (or 0x301E03) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1E and 03. RGB value is (48,30,3). Sum of RGB (Red+Green+Blue) = 48+30+3=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 30 (12.11% from 255 or 37.04% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #301E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E03 is #CFE1FC. Grayscale: #202020. Windows color (decimal): -13623805 or 204336. OLE color: 204336.

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

Color convert

RGB48303-
CMYK00.370.940.81
HSL36º88.24%10%-
HSV(B)36º93.75%18.82%-
XYZ1.71.560.3-
YUV32.3111.46139.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 59.26%
GREEN value IS 30 (12.11% from 255) = 37.04%
BLUE value IS 3 (1.56% from 255) = 3.70%
R=59.26%
G=37.04%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4830300.370.940.813688.2410
Hex301E30255E512458a
Octal603630451361214413012
Binary110000111101101001011011110101000110010010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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