Html Css Color HEX #272D3A Ebony

📋 copy color: '#272D3A'

red 39 ◦ green 45 ◦ blue 58

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

Shades of Ebony #272D3A

Tints of Ebony #272D3A

RGB

 RED value IS 39 (15.63% from 255) = 27.46%

 GREEN value IS 45 (17.97% from 255) = 31.69%

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

R = 27.46%
G = 31.69%
B = 40.85%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#272D3A (or 0x272D3A) is known color: Ebony. HEX triplet: 27, 2D and 3A. RGB value is (39,45,58). Sum of RGB (Red+Green+Blue) = 39+45+58=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 58 - color contains mainly: blue. Hex color #272D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272D3A is #D8D2C5. Grayscale: #2C2C2C. Windows color (decimal): -14209734 or 3812647. OLE color: 3812647.

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

Color convert

RGB 39 45 58 -
CMYK 0.33 0.22 0 0.77
HSL 221.05º 0.2% 0.19% -
HSV(B) 221.05º 0.33% 0.23% -
XYZ 2.54 2.61 4.37 -
YUV 44.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 39 45 58 0.33 0.22 0 0.77 221.05 0.2 0.19
Hex 27 2D 3A 21 16 0 4D DD 14 13
Octal 47 55 72 41 26 0 115 335 24 23
Binary 100111 101101 111010 100001 10110 0 1001101 11011101 10100 10011

Color Harmonies of #272D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272D3A

Black with #272D3A

Text Example


Text Example

White with #272D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272D3A; }

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

 H1.HeaderClassName
 {
   color: #272D3A;
 }
 .AnyTagClassName
 {
   color: #272D3A;
 }
</style>

background-color css

<style>
 a { background-color: #272D3A; }

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

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

border-color css

<style>
 span { border-color: #272D3A; }

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

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