Html Css Color HEX #2B303A Ebony

📋 copy color: '#2B303A'

red 43 ◦ green 48 ◦ blue 58

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

Shades of Ebony #2B303A

Tints of Ebony #2B303A

RGB

 RED value IS 43 (17.19% from 255) = 28.86%

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

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

R = 28.86%
G = 32.21%
B = 38.93%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2B303A (or 0x2B303A) is known color: Ebony. HEX triplet: 2B, 30 and 3A. RGB value is (43,48,58). Sum of RGB (Red+Green+Blue) = 43+48+58=149 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.86% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 58 - color contains mainly: blue. Hex color #2B303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B303A is #D4CFC5. Grayscale: #2F2F2F. Windows color (decimal): -13946822 or 3813419. OLE color: 3813419.

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

Color convert

RGB 43 48 58 -
CMYK 0.26 0.17 0 0.77
HSL 220º 0.15% 0.2% -
HSV(B) 220º 0.26% 0.23% -
XYZ 2.82 2.93 4.42 -
YUV 47.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 43 48 58 0.26 0.17 0 0.77 220 0.15 0.2
Hex 2B 30 3A 1A 11 0 4D DC F 14
Octal 53 60 72 32 21 0 115 334 17 24
Binary 101011 110000 111010 11010 10001 0 1001101 11011100 1111 10100

Color Harmonies of #2B303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B303A

Black with #2B303A

Text Example


Text Example

White with #2B303A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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