#16272B

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

Shades of Black Pearl #16272B

Tints of Black Pearl #16272B

Color information

#16272B (or 0x16272B) is unknown color: approx Black Pearl. HEX triplet: 16, 27 and 2B. RGB value is (22,39,43). Sum of RGB (Red+Green+Blue) = 22+39+43=104 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.15% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 43 (17.19% from 255 or 41.35% from 104); Max value from RGB is 43 - color contains mainly: blue. Hex color #16272B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16272B is #E9D8D4. Grayscale: #222222. Windows color (decimal): -15325397 or 2828054. OLE color: 2828054.

HSL color Cylindrical-coordinate representation of color #16272B: hue angle of 191.43º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #16272B is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB223943-
CMYK0.490.0900.83
HSL191.43º32.31%12.75%-
HSV(B)191.43º48.84%16.86%-
XYZ1.491.82.55-
YUV34.37132.87119.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.15%
GREEN value IS 39 (15.62% from 255) = 37.5%
BLUE value IS 43 (17.19% from 255) = 41.35%
R=21.15%
G=37.5%
B=41.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2239430.490.0900.83191.4332.3112.75
Hex16272B319053bf20d
Octal264753611101232774015
Binary10110100111101011110001100101010011101111111000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16272B; }

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

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

<style>
 a { background-color: #16272B; }

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

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

<style>
 span { border-color: #16272B; }

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

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