#081B1D

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

Shades of Black Pearl #081B1D

Tints of Black Pearl #081B1D

Color information

#081B1D (or 0x081B1D) is unknown color: approx Black Pearl. HEX triplet: 08, 1B and 1D. RGB value is (8,27,29). Sum of RGB (Red+Green+Blue) = 8+27+29=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 27 (10.94% from 255 or 42.19% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 29 - color contains mainly: blue. Hex color #081B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081B1D is #F7E4E2. Grayscale: #151515. Windows color (decimal): -16245987 or 1907464. OLE color: 1907464.

HSL color Cylindrical-coordinate representation of color #081B1D: hue angle of 185.71º 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 #081B1D is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB82729-
CMYK0.720.0700.89
HSL185.71º56.76%7.25%-
HSV(B)185.71º72.41%11.37%-
XYZ0.710.921.3-
YUV21.55132.21118.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.5%
GREEN value IS 27 (10.94% from 255) = 42.19%
BLUE value IS 29 (11.72% from 255) = 45.31%
R=12.5%
G=42.19%
B=45.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal827290.720.0700.89185.7156.767.25
Hex81B1D487059ba397
Octal10333511070131272717
Binary1000110111110110010001110101100110111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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