#272B2C

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

Shades of Black Pearl #272B2C

Tints of Black Pearl #272B2C

Color information

#272B2C (or 0x272B2C) is unknown color: approx Black Pearl. HEX triplet: 27, 2B and 2C. RGB value is (39,43,44). Sum of RGB (Red+Green+Blue) = 39+43+44=126 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.95% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 44 - color contains mainly: blue. Hex color #272B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272B2C is #D8D4D3. Grayscale: #292929. Windows color (decimal): -14210260 or 2894631. OLE color: 2894631.

HSL color Cylindrical-coordinate representation of color #272B2C: hue angle of 192º degrees, saturation: 0.06, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #272B2C is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB394344-
CMYK0.110.0200.83
HSL192º6.02%16.27%-
HSV(B)192º11.36%17.25%-
XYZ2.162.342.72-
YUV41.92129.17125.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.95%
GREEN value IS 43 (17.19% from 255) = 34.13%
BLUE value IS 44 (17.58% from 255) = 34.92%
R=30.95%
G=34.13%
B=34.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3943440.110.0200.831926.0216.27
Hex272B2CB2053c0610
Octal4753541320123300620
Binary100111101011101100101110010100111100000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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