Html Css Color HEX #30323A Ebony

📋 copy color: '#30323A'

red 48 ◦ green 50 ◦ blue 58

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

Shades of Ebony #30323A

Tints of Ebony #30323A

RGB

 RED value IS 48 (19.14% from 255) = 30.77%

 GREEN value IS 50 (19.92% from 255) = 32.05%

 BLUE value IS 58 (23.05% from 255) = 37.18%

R = 30.77%
G = 32.05%
B = 37.18%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#30323A (or 0x30323A) is known color: Ebony. HEX triplet: 30, 32 and 3A. RGB value is (48,50,58). Sum of RGB (Red+Green+Blue) = 48+50+58=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 58 - color contains mainly: blue. Hex color #30323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30323A is #CFCDC5. Grayscale: #323232. Windows color (decimal): -13618630 or 3813936. OLE color: 3813936.

HSL color Cylindrical-coordinate representation of color #30323A: hue angle of 228º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #30323A is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 48 50 58 -
CMYK 0.17 0.14 0 0.77
HSL 228º 0.09% 0.21% -
HSV(B) 228º 0.17% 0.23% -
XYZ 3.12 3.22 4.46 -
YUV 50.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 48 50 58 0.17 0.14 0 0.77 228 0.09 0.21
Hex 30 32 3A 11 E 0 4D E4 9 15
Octal 60 62 72 21 16 0 115 344 11 25
Binary 110000 110010 111010 10001 1110 0 1001101 11100100 1001 10101

Color Harmonies of #30323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30323A

Black with #30323A

Text Example


Text Example

White with #30323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30323A; }

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

 H1.HeaderClassName
 {
   color: #30323A;
 }
 .AnyTagClassName
 {
   color: #30323A;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #30323A;
 }
 .BgClassName
 {
   background-color: #30323A;
 }
</style>

border-color css

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

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

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