#081A1D

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

Shades of Black Pearl #081A1D

Tints of Black Pearl #081A1D

Color information

#081A1D (or 0x081A1D) is unknown color: approx Black Pearl. HEX triplet: 08, 1A and 1D. RGB value is (8,26,29). Sum of RGB (Red+Green+Blue) = 8+26+29=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 26 (10.55% from 255 or 41.27% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: blue. Hex color #081A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081A1D is #F7E5E2. Grayscale: #141414. Windows color (decimal): -16246243 or 1907208. OLE color: 1907208.

HSL color Cylindrical-coordinate representation of color #081A1D: hue angle of 188.57º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #081A1D is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB82629-
CMYK0.720.1000.89
HSL188.57º56.76%7.25%-
HSV(B)188.57º72.41%11.37%-
XYZ0.690.881.3-
YUV20.96132.54118.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.70%
GREEN value IS 26 (10.55% from 255) = 41.27%
BLUE value IS 29 (11.72% from 255) = 46.03%
R=12.70%
G=41.27%
B=46.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal826290.720.1000.89188.5756.767.25
Hex81A1D48A059bd397
Octal103235110120131275717
Binary10001101011101100100010100101100110111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081A1D; }

 p { color: rgb(8,26,29); }

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

<style>
 a { background-color: #081A1D; }

 a { background-color: rgb(8,26,29); }

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

<style>
 span { border-color: #081A1D; }

 span { border-color: rgb(8,26,29); }

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