#06181A

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

Shades of Black Pearl #06181A

Tints of Black Pearl #06181A

Color information

#06181A (or 0x06181A) is unknown color: approx Black Pearl. HEX triplet: 06, 18 and 1A. RGB value is (6,24,26). Sum of RGB (Red+Green+Blue) = 6+24+26=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 26 - color contains mainly: blue. Hex color #06181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06181A is #F9E7E5. Grayscale: #121212. Windows color (decimal): -16377830 or 1710086. OLE color: 1710086.

HSL color Cylindrical-coordinate representation of color #06181A: hue angle of 186º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #06181A is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB62426-
CMYK0.770.0800.90
HSL186º62.5%6.27%-
HSV(B)186º76.92%10.2%-
XYZ0.590.771.09-
YUV18.85132.04118.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.71%
GREEN value IS 24 (9.77% from 255) = 42.86%
BLUE value IS 26 (10.55% from 255) = 46.43%
R=10.71%
G=42.86%
B=46.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal624260.770.0800.9018662.56.27
Hex6181A4D805Aba3e6
Octal63032115100132272766
Binary1101100011010100110110000101101010111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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