#301E02

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

Shades of Cocoa Brown #301E02

Tints of Cocoa Brown #301E02

Color information

#301E02 (or 0x301E02) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1E and 02. RGB value is (48,30,2). Sum of RGB (Red+Green+Blue) = 48+30+2=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 30 (12.11% from 255 or 37.5% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #301E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E02 is #CFE1FD. Grayscale: #202020. Windows color (decimal): -13623806 or 138800. OLE color: 138800.

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

Color convert

RGB48302-
CMYK00.370.960.81
HSL36.52º92%9.8%-
HSV(B)36.52º95.83%18.82%-
XYZ1.691.560.27-
YUV32.19110.96139.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60%
GREEN value IS 30 (12.11% from 255) = 37.5%
BLUE value IS 2 (1.17% from 255) = 2.5%
R=60%
G=37.5%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4830200.370.960.8136.52929.8
Hex301E20256051255ca
Octal603620451401214513412
Binary110000111101001001011100000101000110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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