#323330

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

Shades of Eternity #323330

Tints of Eternity #323330

Color information

#323330 (or 0x323330) is unknown color: approx Eternity. HEX triplet: 32, 33 and 30. RGB value is (50,51,48). Sum of RGB (Red+Green+Blue) = 50+51+48=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 51 - color contains mainly: green. Hex color #323330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323330 is #CDCCCF. Grayscale: #323232. Windows color (decimal): -13487312 or 3158834. OLE color: 3158834.

HSL color Cylindrical-coordinate representation of color #323330: hue angle of 80º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #323330 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.8.

Color convert

RGB505148-
CMYK0.0200.060.8
HSL80º3.03%19.41%-
HSV(B)80º5.88%20%-
XYZ3.033.263.27-
YUV50.36126.67127.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.56%
GREEN value IS 51 (20.31% from 255) = 34.23%
BLUE value IS 48 (19.14% from 255) = 32.21%
R=33.56%
G=34.23%
B=32.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5051480.0200.060.8803.0319.41
Hex3233302065050313
Octal626360206120120323
Binary110010110011110000100110101000010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323330; }

 p { color: rgb(50,51,48); }

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

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

 a { background-color: rgb(50,51,48); }

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

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

 span { border-color: rgb(50,51,48); }

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