Html Css Color HEX #272D38 Ebony

📋 copy color: '#272D38'

red 39 ◦ green 45 ◦ blue 56

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

Shades of Ebony #272D38

Tints of Ebony #272D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 40%

R = 27.86%
G = 32.14%
B = 40%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#272D38 (or 0x272D38) is known color: Ebony. HEX triplet: 27, 2D and 38. RGB value is (39,45,56). Sum of RGB (Red+Green+Blue) = 39+45+56=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 56 - color contains mainly: blue. Hex color #272D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272D38 is #D8D2C7. Grayscale: #2C2C2C. Windows color (decimal): -14209736 or 3681575. OLE color: 3681575.

HSL color Cylindrical-coordinate representation of color #272D38: hue angle of 218.82º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #272D38 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 39 45 56 -
CMYK 0.30 0.20 0 0.78
HSL 218.82º 0.18% 0.19% -
HSV(B) 218.82º 0.3% 0.22% -
XYZ 2.49 2.59 4.11 -
YUV 44.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 39 45 56 0.30 0.20 0 0.78 218.82 0.18 0.19
Hex 27 2D 38 1E 14 0 4E DB 12 13
Octal 47 55 70 36 24 0 116 333 22 23
Binary 100111 101101 111000 11110 10100 0 1001110 11011011 10010 10011

Color Harmonies of #272D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272D38

Black with #272D38

Text Example


Text Example

White with #272D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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