Html Css Color HEX #2D333A Ebony

📋 copy color: '#2D333A'

red 45 ◦ green 51 ◦ blue 58

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

Shades of Ebony #2D333A

Tints of Ebony #2D333A

RGB

 RED value IS 45 (17.97% from 255) = 29.22%

 GREEN value IS 51 (20.31% from 255) = 33.12%

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

R = 29.22%
G = 33.12%
B = 37.66%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2D333A (or 0x2D333A) is known color: Ebony. HEX triplet: 2D, 33 and 3A. RGB value is (45,51,58). Sum of RGB (Red+Green+Blue) = 45+51+58=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 58 - color contains mainly: blue. Hex color #2D333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D333A is #D2CCC5. Grayscale: #313131. Windows color (decimal): -13814982 or 3814189. OLE color: 3814189.

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

Color convert

RGB 45 51 58 -
CMYK 0.22 0.12 0 0.77
HSL 212.31º 0.13% 0.2% -
HSV(B) 212.31º 0.22% 0.23% -
XYZ 3.03 3.23 4.47 -
YUV 50 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 45 51 58 0.22 0.12 0 0.77 212.31 0.13 0.2
Hex 2D 33 3A 16 C 0 4D D4 D 14
Octal 55 63 72 26 14 0 115 324 15 24
Binary 101101 110011 111010 10110 1100 0 1001101 11010100 1101 10100

Color Harmonies of #2D333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D333A

Black with #2D333A

Text Example


Text Example

White with #2D333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,51,58); }

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

background-color css

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

 a { background-color: rgb(45,51,58); }

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

border-color css

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

 span { border-color: rgb(45,51,58); }

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