#301E01

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

Shades of Cocoa Brown #301E01

Tints of Cocoa Brown #301E01

Color information

#301E01 (or 0x301E01) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1E and 01. RGB value is (48,30,1). Sum of RGB (Red+Green+Blue) = 48+30+1=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 30 (12.11% from 255 or 37.97% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #301E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E01 is #CFE1FE. Grayscale: #202020. Windows color (decimal): -13623807 or 73264. OLE color: 73264.

HSL color Cylindrical-coordinate representation of color #301E01: hue angle of 37.02º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #301E01 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB48301-
CMYK00.370.980.81
HSL37.02º95.92%9.61%-
HSV(B)37.02º97.92%18.82%-
XYZ1.691.560.24-
YUV32.08110.46139.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60.76%
GREEN value IS 30 (12.11% from 255) = 37.97%
BLUE value IS 1 (0.78% from 255) = 1.27%
R=60.76%
G=37.97%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4830100.370.980.8137.0295.929.61
Hex301E102562512560a
Octal603610451421214514012
Binary11000011110101001011100010101000110010111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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