#00161E

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

Shades of Black Pearl #00161E

Tints of Black Pearl #00161E

Color information

#00161E (or 0x00161E) is unknown color: approx Black Pearl. HEX triplet: 00, 16 and 1E. RGB value is (0,22,30). Sum of RGB (Red+Green+Blue) = 0+22+30=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 22 (8.98% from 255 or 42.31% from 52); Blue value is 30 (12.11% from 255 or 57.69% from 52); Max value from RGB is 30 - color contains mainly: blue. Hex color #00161E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00161E is #FFE9E1. Grayscale: #101010. Windows color (decimal): -16771554 or 1971712. OLE color: 1971712.

HSL color Cylindrical-coordinate representation of color #00161E: hue angle of 196º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00161E is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB02230-
CMYK10.2700.88
HSL196º100%5.88%-
HSV(B)196º100%11.76%-
XYZ0.520.671.33-
YUV16.33135.71116.35-

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) = 42.31%
BLUE value IS 30 (12.11% from 255) = 57.69%
R=0%
G=42.31%
B=57.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal0223010.2700.881961005.88
Hex0161E641B058c4646
Octal026361443301303041446
Binary0101101111011001001101101011000110001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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