#301F0F

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

Shades of Cocoa Brown #301F0F

Tints of Cocoa Brown #301F0F

Color information

#301F0F (or 0x301F0F) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1F and 0F. RGB value is (48,31,15). Sum of RGB (Red+Green+Blue) = 48+31+15=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 31 (12.5% from 255 or 32.98% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #301F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F0F is #CFE0F0. Grayscale: #222222. Windows color (decimal): -13623537 or 991024. OLE color: 991024.

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

Color convert

RGB483115-
CMYK00.350.690.81
HSL29.09º52.38%12.35%-
HSV(B)29.09º68.75%18.82%-
XYZ1.81.640.67-
YUV34.26117.13137.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.06%
GREEN value IS 31 (12.5% from 255) = 32.98%
BLUE value IS 15 (6.25% from 255) = 15.96%
R=51.06%
G=32.98%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48311500.350.690.8129.0952.3812.35
Hex301FF02345511d34c
Octal603717043105121356414
Binary110000111111111010001110001011010001111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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