#081B1F

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

Shades of Black Pearl #081B1F

Tints of Black Pearl #081B1F

Color information

#081B1F (or 0x081B1F) is unknown color: approx Black Pearl. HEX triplet: 08, 1B and 1F. RGB value is (8,27,31). Sum of RGB (Red+Green+Blue) = 8+27+31=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 27 (10.94% from 255 or 40.91% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #081B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081B1F is #F7E4E0. Grayscale: #151515. Windows color (decimal): -16245985 or 2038536. OLE color: 2038536.

HSL color Cylindrical-coordinate representation of color #081B1F: hue angle of 190.43º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #081B1F is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB82731-
CMYK0.740.1300.88
HSL190.43º58.97%7.65%-
HSV(B)190.43º74.19%12.16%-
XYZ0.740.931.44-
YUV21.78133.21118.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.12%
GREEN value IS 27 (10.94% from 255) = 40.91%
BLUE value IS 31 (12.5% from 255) = 46.97%
R=12.12%
G=40.91%
B=46.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal827310.740.1300.88190.4358.977.65
Hex81B1F4AD058be3b8
Octal1033371121501302767310
Binary100011011111111001010110101011000101111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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