#00161C

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

Shades of Black Pearl #00161C

Tints of Black Pearl #00161C

Color information

#00161C (or 0x00161C) is unknown color: approx Black Pearl. HEX triplet: 00, 16 and 1C. RGB value is (0,22,28). Sum of RGB (Red+Green+Blue) = 0+22+28=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 22 (8.98% from 255 or 44% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #00161C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00161C is #FFE9E3. Grayscale: #101010. Windows color (decimal): -16771556 or 1840640. OLE color: 1840640.

HSL color Cylindrical-coordinate representation of color #00161C: hue angle of 192.86º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00161C is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB02228-
CMYK10.2100.89
HSL192.86º100%5.49%-
HSV(B)192.86º100%10.98%-
XYZ0.50.661.2-
YUV16.11134.71116.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 22 (8.98% from 255) = 44%
BLUE value IS 28 (11.33% from 255) = 56%
R=0%
G=44%
B=56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal0222810.2100.89192.861005.49
Hex0161C6415059c1645
Octal026341442501313011445
Binary0101101110011001001010101011001110000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00161C; }

 p { color: rgb(0,22,28); }

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

<style>
 a { background-color: #00161C; }

 a { background-color: rgb(0,22,28); }

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

<style>
 span { border-color: #00161C; }

 span { border-color: rgb(0,22,28); }

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