Html Css Color HEX #2A303A Ebony

📋 copy color: '#2A303A'

red 42 ◦ green 48 ◦ blue 58

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

Shades of Ebony #2A303A

Tints of Ebony #2A303A

RGB

 RED value IS 42 (16.8% from 255) = 28.38%

 GREEN value IS 48 (19.14% from 255) = 32.43%

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

R = 28.38%
G = 32.43%
B = 39.19%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2A303A (or 0x2A303A) is known color: Ebony. HEX triplet: 2A, 30 and 3A. RGB value is (42,48,58). Sum of RGB (Red+Green+Blue) = 42+48+58=148 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.38% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 58 - color contains mainly: blue. Hex color #2A303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A303A is #D5CFC5. Grayscale: #2F2F2F. Windows color (decimal): -14012358 or 3813418. OLE color: 3813418.

HSL color Cylindrical-coordinate representation of color #2A303A: hue angle of 217.5º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2A303A is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 42 48 58 -
CMYK 0.28 0.17 0 0.77
HSL 217.5º 0.16% 0.2% -
HSV(B) 217.5º 0.28% 0.23% -
XYZ 2.78 2.91 4.42 -
YUV 47.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 42 48 58 0.28 0.17 0 0.77 217.5 0.16 0.2
Hex 2A 30 3A 1C 11 0 4D DA 10 14
Octal 52 60 72 34 21 0 115 332 20 24
Binary 101010 110000 111010 11100 10001 0 1001101 11011010 10000 10100

Color Harmonies of #2A303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A303A

Black with #2A303A

Text Example


Text Example

White with #2A303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A303A; }

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

 H1.HeaderClassName
 {
   color: #2A303A;
 }
 .AnyTagClassName
 {
   color: #2A303A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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