#301F11

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

Shades of Cocoa Brown #301F11

Tints of Cocoa Brown #301F11

Color information

#301F11 (or 0x301F11) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1F and 11. RGB value is (48,31,17). Sum of RGB (Red+Green+Blue) = 48+31+17=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 31 (12.5% from 255 or 32.29% from 96); Blue value is 17 (7.03% from 255 or 17.71% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #301F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F11 is #CFE0EE. Grayscale: #222222. Windows color (decimal): -13623535 or 1122096. OLE color: 1122096.

HSL color Cylindrical-coordinate representation of color #301F11: hue angle of 27.1º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301F11 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB483117-
CMYK00.350.650.81
HSL27.1º47.69%12.75%-
HSV(B)27.1º64.58%18.82%-
XYZ1.811.650.75-
YUV34.49118.13137.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50%
GREEN value IS 31 (12.5% from 255) = 32.29%
BLUE value IS 17 (7.03% from 255) = 17.71%
R=50%
G=32.29%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48311700.350.650.8127.147.6912.75
Hex301F1102341511b30d
Octal603721043101121336015
Binary1100001111110001010001110000011010001110111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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