#301E0F

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

Shades of Cocoa Brown #301E0F

Tints of Cocoa Brown #301E0F

Color information

#301E0F (or 0x301E0F) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1E and 0F. RGB value is (48,30,15). Sum of RGB (Red+Green+Blue) = 48+30+15=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #301E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E0F is #CFE1F0. Grayscale: #212121. Windows color (decimal): -13623793 or 990768. OLE color: 990768.

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

Color convert

RGB483015-
CMYK00.370.690.81
HSL27.27º52.38%12.35%-
HSV(B)27.27º68.75%18.82%-
XYZ1.771.590.67-
YUV33.67117.46138.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 30 (12.11% from 255) = 32.26%
BLUE value IS 15 (6.25% from 255) = 16.13%
R=51.61%
G=32.26%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48301500.370.690.8127.2752.3812.35
Hex301EF02545511b34c
Octal603617045105121336414
Binary110000111101111010010110001011010001110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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