#272B34

Color #272B34 Ebony (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ebony #272B34

Tints of Ebony #272B34

Color information

#272B34 (or 0x272B34) is unknown color: approx Ebony. HEX triplet: 27, 2B and 34. RGB value is (39,43,52). Sum of RGB (Red+Green+Blue) = 39+43+52=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 52 - color contains mainly: blue. Hex color #272B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272B34 is #D8D4CB. Grayscale: #2A2A2A. Windows color (decimal): -14210252 or 3418919. OLE color: 3418919.

HSL color Cylindrical-coordinate representation of color #272B34: hue angle of 221.54º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #272B34 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB394352-
CMYK0.250.1700.80
HSL221.54º14.29%17.84%-
HSV(B)221.54º25%20.39%-
XYZ2.322.413.59-
YUV42.83133.17125.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.10%
GREEN value IS 43 (17.19% from 255) = 32.09%
BLUE value IS 52 (20.70% from 255) = 38.81%
R=29.10%
G=32.09%
B=38.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3943520.250.1700.80221.5414.2917.84
Hex272B341911050dee12
Octal475364312101203361622
Binary10011110101111010011001100010101000011011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,43,52); }

 H1.HeaderClassName
 {
   color: #272B34;
 }
 .AnyTagClassName
 {
   color: #272B34;
 }
</style>
background-color css

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

 a { background-color: rgb(39,43,52); }

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

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

 span { border-color: rgb(39,43,52); }

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