#301F02

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

Shades of Cocoa Brown #301F02

Tints of Cocoa Brown #301F02

Color information

#301F02 (or 0x301F02) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1F and 02. RGB value is (48,31,2). Sum of RGB (Red+Green+Blue) = 48+31+2=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 31 (12.5% from 255 or 38.27% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #301F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F02 is #CFE0FD. Grayscale: #202020. Windows color (decimal): -13623550 or 139056. OLE color: 139056.

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

Color convert

RGB48312-
CMYK00.350.960.81
HSL37.83º92%9.8%-
HSV(B)37.83º95.83%18.82%-
XYZ1.721.610.28-
YUV32.78110.63138.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 59.26%
GREEN value IS 31 (12.5% from 255) = 38.27%
BLUE value IS 2 (1.17% from 255) = 2.47%
R=59.26%
G=38.27%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4831200.350.960.8137.83929.8
Hex301F20236051265ca
Octal603720431401214613412
Binary110000111111001000111100000101000110011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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