Html Css Color HEX #2A3039 Ebony

📋 copy color: '#2A3039'

red 42 ◦ green 48 ◦ blue 57

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

Shades of Ebony #2A3039

Tints of Ebony #2A3039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 38.78%

R = 28.57%
G = 32.65%
B = 38.78%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2A3039 (or 0x2A3039) is known color: Ebony. HEX triplet: 2A, 30 and 39. RGB value is (42,48,57). Sum of RGB (Red+Green+Blue) = 42+48+57=147 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.57% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 57 - color contains mainly: blue. Hex color #2A3039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3039 is #D5CFC6. Grayscale: #2F2F2F. Windows color (decimal): -14012359 or 3747882. OLE color: 3747882.

HSL color Cylindrical-coordinate representation of color #2A3039: hue angle of 216º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2A3039 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 42 48 57 -
CMYK 0.26 0.16 0 0.78
HSL 216º 0.15% 0.19% -
HSV(B) 216º 0.26% 0.22% -
XYZ 2.75 2.9 4.29 -
YUV 47.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 42 48 57 0.26 0.16 0 0.78 216 0.15 0.19
Hex 2A 30 39 1A 10 0 4E D8 F 13
Octal 52 60 71 32 20 0 116 330 17 23
Binary 101010 110000 111001 11010 10000 0 1001110 11011000 1111 10011

Color Harmonies of #2A3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3039

Black with #2A3039

Text Example


Text Example

White with #2A3039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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