#081D23

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

Shades of Black Pearl #081D23

Tints of Black Pearl #081D23

Color information

#081D23 (or 0x081D23) is unknown color: approx Black Pearl. HEX triplet: 08, 1D and 23. RGB value is (8,29,35). Sum of RGB (Red+Green+Blue) = 8+29+35=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 29 (11.72% from 255 or 40.28% from 72); Blue value is 35 (14.06% from 255 or 48.61% from 72); Max value from RGB is 35 - color contains mainly: blue. Hex color #081D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081D23 is #F7E2DC. Grayscale: #171717. Windows color (decimal): -16245469 or 2301192. OLE color: 2301192.

HSL color Cylindrical-coordinate representation of color #081D23: hue angle of 193.33º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #081D23 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB82935-
CMYK0.770.1700.86
HSL193.33º62.79%8.43%-
HSV(B)193.33º77.14%13.73%-
XYZ0.841.051.75-
YUV23.4134.54117.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.11%
GREEN value IS 29 (11.72% from 255) = 40.28%
BLUE value IS 35 (14.06% from 255) = 48.61%
R=11.11%
G=40.28%
B=48.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal829350.770.1700.86193.3362.798.43
Hex81D234D11056c13f8
Octal1035431152101263017710
Binary10001110110001110011011000101010110110000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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