#06111A

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

Shades of Black Pearl #06111A

Tints of Black Pearl #06111A

Color information

#06111A (or 0x06111A) is unknown color: approx Black Pearl. HEX triplet: 06, 11 and 1A. RGB value is (6,17,26). Sum of RGB (Red+Green+Blue) = 6+17+26=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 26 (10.55% from 255 or 53.06% from 49); Max value from RGB is 26 - color contains mainly: blue. Hex color #06111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06111A is #F9EEE5. Grayscale: #0E0E0E. Windows color (decimal): -16379622 or 1708294. OLE color: 1708294.

HSL color Cylindrical-coordinate representation of color #06111A: hue angle of 207º 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 #06111A is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB61726-
CMYK0.770.3500.90
HSL207º62.5%6.27%-
HSV(B)207º76.92%10.2%-
XYZ0.460.511.05-
YUV14.74134.36121.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.24%
GREEN value IS 17 (7.03% from 255) = 34.69%
BLUE value IS 26 (10.55% from 255) = 53.06%
R=12.24%
G=34.69%
B=53.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal617260.770.3500.9020762.56.27
Hex6111A4D2305Acf3e6
Octal62132115430132317766
Binary110100011101010011011000110101101011001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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