#06111E

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

Shades of Black Pearl #06111E

Tints of Black Pearl #06111E

Color information

#06111E (or 0x06111E) is unknown color: approx Black Pearl. HEX triplet: 06, 11 and 1E. RGB value is (6,17,30). Sum of RGB (Red+Green+Blue) = 6+17+30=53 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.32% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 30 (12.11% from 255 or 56.60% from 53); Max value from RGB is 30 - color contains mainly: blue. Hex color #06111E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06111E is #F9EEE1. Grayscale: #0F0F0F. Windows color (decimal): -16379618 or 1970438. OLE color: 1970438.

HSL color Cylindrical-coordinate representation of color #06111E: hue angle of 212.5º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #06111E is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB61730-
CMYK0.800.4300.88
HSL212.5º66.67%7.06%-
HSV(B)212.5º80%11.76%-
XYZ0.510.531.3-
YUV15.19136.36121.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.32%
GREEN value IS 17 (7.03% from 255) = 32.08%
BLUE value IS 30 (12.11% from 255) = 56.60%
R=11.32%
G=32.08%
B=56.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal617300.800.4300.88212.566.677.06
Hex6111E502B058d4437
Octal621361205301303241037
Binary1101000111110101000010101101011000110101001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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