#00161A

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

Shades of Black Pearl #00161A

Tints of Black Pearl #00161A

Color information

#00161A (or 0x00161A) is unknown color: approx Black Pearl. HEX triplet: 00, 16 and 1A. RGB value is (0,22,26). Sum of RGB (Red+Green+Blue) = 0+22+26=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 22 (8.98% from 255 or 45.83% from 48); Blue value is 26 (10.55% from 255 or 54.17% from 48); Max value from RGB is 26 - color contains mainly: blue. Hex color #00161A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00161A is #FFE9E5. Grayscale: #0F0F0F. Windows color (decimal): -16771558 or 1709568. OLE color: 1709568.

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

Color convert

RGB02226-
CMYK10.1500.90
HSL189.23º100%5.1%-
HSV(B)189.23º100%10.2%-
XYZ0.470.651.08-
YUV15.88133.71116.67-

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) = 45.83%
BLUE value IS 26 (10.55% from 255) = 54.17%
R=0%
G=45.83%
B=54.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal0222610.1500.90189.231005.1
Hex0161A64F05Abd645
Octal026321441701322751445
Binary010110110101100100111101011010101111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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