#301E0B

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

Shades of Cocoa Brown #301E0B

Tints of Cocoa Brown #301E0B

Color information

#301E0B (or 0x301E0B) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1E and 0B. RGB value is (48,30,11). Sum of RGB (Red+Green+Blue) = 48+30+11=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #301E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E0B is #CFE1F4. Grayscale: #212121. Windows color (decimal): -13623797 or 728624. OLE color: 728624.

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

Color convert

RGB483011-
CMYK00.370.770.81
HSL30.81º62.71%11.57%-
HSV(B)30.81º77.08%18.82%-
XYZ1.741.580.53-
YUV33.22115.46138.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.93%
GREEN value IS 30 (12.11% from 255) = 33.71%
BLUE value IS 11 (4.69% from 255) = 12.36%
R=53.93%
G=33.71%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48301100.370.770.8130.8162.7111.57
Hex301EB0254D511f3fc
Octal603613045115121377714
Binary110000111101011010010110011011010001111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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