#302219

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

Shades of Cocoa Brown #302219

Tints of Cocoa Brown #302219

Color information

#302219 (or 0x302219) is unknown color: approx Cocoa Brown. HEX triplet: 30, 22 and 19. RGB value is (48,34,25). Sum of RGB (Red+Green+Blue) = 48+34+25=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #302219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302219 is #CFDDE6. Grayscale: #252525. Windows color (decimal): -13622759 or 1647152. OLE color: 1647152.

HSL color Cylindrical-coordinate representation of color #302219: hue angle of 23.48º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #302219 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB483425-
CMYK00.290.480.81
HSL23.48º31.51%14.31%-
HSV(B)23.48º47.92%18.82%-
XYZ1.971.841.17-
YUV37.16121.14135.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.86%
GREEN value IS 34 (13.67% from 255) = 31.78%
BLUE value IS 25 (10.16% from 255) = 23.36%
R=44.86%
G=31.78%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48342500.290.480.8123.4831.5114.31
Hex30221901D30511720e
Octal60423103560121274016
Binary110000100010110010111011100001010001101111000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302219; }

 p { color: rgb(48,34,25); }

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

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

 a { background-color: rgb(48,34,25); }

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

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

 span { border-color: rgb(48,34,25); }

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