#0D161A

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

Shades of Black Pearl #0D161A

Tints of Black Pearl #0D161A

Color information

#0D161A (or 0x0D161A) is unknown color: approx Black Pearl. HEX triplet: 0D, 16 and 1A. RGB value is (13,22,26). Sum of RGB (Red+Green+Blue) = 13+22+26=61 (8% of max value = 765). Red value is 13 (5.47% from 255 or 21.31% from 61); Green value is 22 (8.98% from 255 or 36.07% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 26 - color contains mainly: blue. Hex color #0D161A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D161A is #F2E9E5. Grayscale: #131313. Windows color (decimal): -15919590 or 1709581. OLE color: 1709581.

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

Color convert

RGB132226-
CMYK0.50.1500.90
HSL198.46º33.33%7.65%-
HSV(B)198.46º50%10.2%-
XYZ0.640.731.09-
YUV19.76131.52123.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 21.31%
GREEN value IS 22 (8.98% from 255) = 36.07%
BLUE value IS 26 (10.55% from 255) = 42.62%
R=21.31%
G=36.07%
B=42.62%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1322260.50.1500.90198.4633.337.65
HexD161A32F05Ac6218
Octal152632621701323064110
Binary11011011011010110010111101011010110001101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D161A; }

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

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

<style>
 a { background-color: #0D161A; }

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

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

<style>
 span { border-color: #0D161A; }

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

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