#061118

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

Shades of Black Pearl #061118

Tints of Black Pearl #061118

Color information

#061118 (or 0x061118) is unknown color: approx Black Pearl. HEX triplet: 06, 11 and 18. RGB value is (6,17,24). Sum of RGB (Red+Green+Blue) = 6+17+24=47 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.77% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #061118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061118 is #F9EEE7. Grayscale: #0E0E0E. Windows color (decimal): -16379624 or 1577222. OLE color: 1577222.

HSL color Cylindrical-coordinate representation of color #061118: hue angle of 203.33º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #061118 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB61724-
CMYK0.750.2900.91
HSL203.33º60%5.88%-
HSV(B)203.33º75%9.41%-
XYZ0.440.510.94-
YUV14.51133.36121.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.77%
GREEN value IS 17 (7.03% from 255) = 36.17%
BLUE value IS 24 (9.77% from 255) = 51.06%
R=12.77%
G=36.17%
B=51.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal617240.750.2900.91203.33605.88
Hex611184B1D05Bcb3c6
Octal62130113350133313746
Binary11010001110001001011111010101101111001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061118; }

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

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

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

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

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

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

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

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