#06111F

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

Shades of Black Pearl #06111F

Tints of Black Pearl #06111F

Color information

#06111F (or 0x06111F) is unknown color: approx Black Pearl. HEX triplet: 06, 11 and 1F. RGB value is (6,17,31). Sum of RGB (Red+Green+Blue) = 6+17+31=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 17 (7.03% from 255 or 31.48% from 54); Blue value is 31 (12.5% from 255 or 57.41% from 54); Max value from RGB is 31 - color contains mainly: blue. Hex color #06111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06111F is #F9EEE0. Grayscale: #0F0F0F. Windows color (decimal): -16379617 or 2035974. OLE color: 2035974.

HSL color Cylindrical-coordinate representation of color #06111F: hue angle of 213.6º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #06111F is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB61731-
CMYK0.810.4500.88
HSL213.6º67.57%7.25%-
HSV(B)213.6º80.65%12.16%-
XYZ0.520.541.37-
YUV15.31136.86121.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.11%
GREEN value IS 17 (7.03% from 255) = 31.48%
BLUE value IS 31 (12.5% from 255) = 57.41%
R=11.11%
G=31.48%
B=57.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal617310.810.4500.88213.667.577.25
Hex6111F512D058d6447
Octal621371215501303261047
Binary1101000111111101000110110101011000110101101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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