#301F14

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

Shades of Cocoa Brown #301F14

Tints of Cocoa Brown #301F14

Color information

#301F14 (or 0x301F14) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1F and 14. RGB value is (48,31,20). Sum of RGB (Red+Green+Blue) = 48+31+20=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #301F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F14 is #CFE0EB. Grayscale: #222222. Windows color (decimal): -13623532 or 1318704. OLE color: 1318704.

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

Color convert

RGB483120-
CMYK00.350.580.81
HSL23.57º41.18%13.33%-
HSV(B)23.57º58.33%18.82%-
XYZ1.841.660.89-
YUV34.83119.63137.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.48%
GREEN value IS 31 (12.5% from 255) = 31.31%
BLUE value IS 20 (8.20% from 255) = 20.20%
R=48.48%
G=31.31%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48312000.350.580.8123.5741.1813.33
Hex301F140233A511829d
Octal60372404372121305115
Binary110000111111010001000111110101010001110001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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