#06181D

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

Shades of Black Pearl #06181D

Tints of Black Pearl #06181D

Color information

#06181D (or 0x06181D) is unknown color: approx Black Pearl. HEX triplet: 06, 18 and 1D. RGB value is (6,24,29). Sum of RGB (Red+Green+Blue) = 6+24+29=59 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.17% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #06181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06181D is #F9E7E2. Grayscale: #131313. Windows color (decimal): -16377827 or 1906694. OLE color: 1906694.

HSL color Cylindrical-coordinate representation of color #06181D: hue angle of 193.04º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #06181D is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB62429-
CMYK0.790.1700.89
HSL193.04º65.71%6.86%-
HSV(B)193.04º79.31%11.37%-
XYZ0.620.781.28-
YUV19.19133.54118.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.17%
GREEN value IS 24 (9.77% from 255) = 40.68%
BLUE value IS 29 (11.72% from 255) = 49.15%
R=10.17%
G=40.68%
B=49.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal624290.790.1700.89193.0465.716.86
Hex6181D4F11059c1427
Octal630351172101313011027
Binary110110001110110011111000101011001110000011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06181D; }

 p { color: rgb(6,24,29); }

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

<style>
 a { background-color: #06181D; }

 a { background-color: rgb(6,24,29); }

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

<style>
 span { border-color: #06181D; }

 span { border-color: rgb(6,24,29); }

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