#060F18

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

Shades of Black Pearl #060F18

Tints of Black Pearl #060F18

Color information

#060F18 (or 0x060F18) is unknown color: approx Black Pearl. HEX triplet: 06, 0F and 18. RGB value is (6,15,24). Sum of RGB (Red+Green+Blue) = 6+15+24=45 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.33% from 45); Green value is 15 (6.25% from 255 or 33.33% from 45); Blue value is 24 (9.77% from 255 or 53.33% from 45); Max value from RGB is 24 - color contains mainly: blue. Hex color #060F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060F18 is #F9F0E7. Grayscale: #0D0D0D. Windows color (decimal): -16380136 or 1576710. OLE color: 1576710.

HSL color Cylindrical-coordinate representation of color #060F18: hue angle of 210º 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 #060F18 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB61524-
CMYK0.750.3700.91
HSL210º60%5.88%-
HSV(B)210º75%9.41%-
XYZ0.410.450.93-
YUV13.34134.02122.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.33%
GREEN value IS 15 (6.25% from 255) = 33.33%
BLUE value IS 24 (9.77% from 255) = 53.33%
R=13.33%
G=33.33%
B=53.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal615240.750.3700.91210605.88
Hex6F184B2505Bd23c6
Octal61730113450133322746
Binary11011111100010010111001010101101111010010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060F18; }

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

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

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

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

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

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

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

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