#302321

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

Shades of Livid Brown #302321

Tints of Livid Brown #302321

Color information

#302321 (or 0x302321) is unknown color: approx Livid Brown. HEX triplet: 30, 23 and 21. RGB value is (48,35,33). Sum of RGB (Red+Green+Blue) = 48+35+33=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #302321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302321 is #CFDCDE. Grayscale: #262626. Windows color (decimal): -13622495 or 2171696. OLE color: 2171696.

HSL color Cylindrical-coordinate representation of color #302321: hue angle of 8º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #302321 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB483533-
CMYK00.270.310.81
HSL18.52%15.88%-
HSV(B)31.25%18.82%-
XYZ2.091.941.7-
YUV38.66124.81134.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 35 (14.06% from 255) = 30.17%
BLUE value IS 33 (13.28% from 255) = 28.45%
R=41.38%
G=30.17%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48353300.270.310.81818.5215.88
Hex30232101B1F5181310
Octal60434103337121102320
Binary11000010001110000101101111111101000110001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302321; }

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

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

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

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

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

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

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

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