Html Css Color HEX #323330 Eternity

📋 copy color: '#323330'

red 50 ◦ green 51 ◦ blue 48

#323330
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eternity #323330

Tints of Eternity #323330

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 value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#323330 (or 0x323330) is known color: 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

RGB 50 51 48 -
CMYK 0.02 0 0.06 0.8
HSL 80º 0.03% 0.19% -
HSV(B) 80º 0.06% 0.2% -
XYZ 3.03 3.26 3.27 -
YUV 50.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 50 51 48 0.02 0 0.06 0.8 80 0.03 0.19
Hex 32 33 30 2 0 6 50 50 3 13
Octal 62 63 60 2 0 6 120 120 3 23
Binary 110010 110011 110000 10 0 110 1010000 1010000 11 10011

Color Harmonies of #323330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323330

Black with #323330

Text Example


Text Example

White with #323330

Text Example


Text Example

HTML Codes & Css Web 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>