#060F1D

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

Shades of Black Pearl #060F1D

Tints of Black Pearl #060F1D

Color information

#060F1D (or 0x060F1D) is unknown color: approx Black Pearl. HEX triplet: 06, 0F and 1D. RGB value is (6,15,29). Sum of RGB (Red+Green+Blue) = 6+15+29=50 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 29 (11.72% from 255 or 58% from 50); Max value from RGB is 29 - color contains mainly: blue. Hex color #060F1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060F1D is #F9F0E2. Grayscale: #0D0D0D. Windows color (decimal): -16380131 or 1904390. OLE color: 1904390.

HSL color Cylindrical-coordinate representation of color #060F1D: hue angle of 216.52º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #060F1D is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB61529-
CMYK0.790.4800.89
HSL216.52º65.71%6.86%-
HSV(B)216.52º79.31%11.37%-
XYZ0.470.471.23-
YUV13.9136.52122.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12%
GREEN value IS 15 (6.25% from 255) = 30%
BLUE value IS 29 (11.72% from 255) = 58%
R=12%
G=30%
B=58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal615290.790.4800.89216.5265.716.86
Hex6F1D4F30059d9427
Octal617351176001313311027
Binary110111111101100111111000001011001110110011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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