#060A0F

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

Shades of Black Pearl #060A0F

Tints of Black Pearl #060A0F

Color information

#060A0F (or 0x060A0F) is unknown color: approx Black Pearl. HEX triplet: 06, 0A and 0F. RGB value is (6,10,15). Sum of RGB (Red+Green+Blue) = 6+10+15=31 (4% of max value = 765). Red value is 6 (2.73% from 255 or 19.35% from 31); Green value is 10 (4.30% from 255 or 32.26% from 31); Blue value is 15 (6.25% from 255 or 48.39% from 31); Max value from RGB is 15 - color contains mainly: blue. Hex color #060A0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060A0F is #F9F5F0. Grayscale: #090909. Windows color (decimal): -16381425 or 985606. OLE color: 985606.

HSL color Cylindrical-coordinate representation of color #060A0F: hue angle of 213.33º degrees, saturation: 0.43, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #060A0F is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB61015-
CMYK0.600.3300.94
HSL213.33º42.86%4.12%-
HSV(B)213.33º60%5.88%-
XYZ0.270.290.49-
YUV9.37131.17125.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 19.35%
GREEN value IS 10 (4.30% from 255) = 32.26%
BLUE value IS 15 (6.25% from 255) = 48.39%
R=19.35%
G=32.26%
B=48.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal610150.600.3300.94213.3342.864.12
Hex6AF3C2105Ed52b4
Octal6121774410136325534
Binary110101011111111001000010101111011010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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