#081C1D

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

Shades of Black Pearl #081C1D

Tints of Black Pearl #081C1D

Color information

#081C1D (or 0x081C1D) is unknown color: approx Black Pearl. HEX triplet: 08, 1C and 1D. RGB value is (8,28,29). Sum of RGB (Red+Green+Blue) = 8+28+29=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 29 (11.72% from 255 or 44.62% from 65); Max value from RGB is 29 - color contains mainly: blue. Hex color #081C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081C1D is #F7E3E2. Grayscale: #161616. Windows color (decimal): -16245731 or 1907720. OLE color: 1907720.

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

Color convert

RGB82829-
CMYK0.720.0300.89
HSL182.86º56.76%7.25%-
HSV(B)182.86º72.41%11.37%-
XYZ0.740.971.31-
YUV22.13131.87117.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.31%
GREEN value IS 28 (11.33% from 255) = 43.08%
BLUE value IS 29 (11.72% from 255) = 44.62%
R=12.31%
G=43.08%
B=44.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal828290.720.0300.89182.8656.767.25
Hex81C1D483059b7397
Octal10343511030131267717
Binary100011100111011001000110101100110110111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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