#302111

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

Shades of Cocoa Brown #302111

Tints of Cocoa Brown #302111

Color information

#302111 (or 0x302111) is unknown color: approx Cocoa Brown. HEX triplet: 30, 21 and 11. RGB value is (48,33,17). Sum of RGB (Red+Green+Blue) = 48+33+17=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #302111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302111 is #CFDEEE. Grayscale: #232323. Windows color (decimal): -13623023 or 1122608. OLE color: 1122608.

HSL color Cylindrical-coordinate representation of color #302111: hue angle of 30.97º 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 #302111 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB483317-
CMYK00.310.650.81
HSL30.97º47.69%12.75%-
HSV(B)30.97º64.58%18.82%-
XYZ1.861.760.77-
YUV35.66117.47136.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 33 (13.28% from 255) = 33.67%
BLUE value IS 17 (7.03% from 255) = 17.35%
R=48.98%
G=33.67%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48331700.310.650.8130.9747.6912.75
Hex30211101F41511f30d
Octal604121037101121376015
Binary1100001000011000101111110000011010001111111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302111; }

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

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

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

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

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

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

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

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