#06121D

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

Shades of Black Pearl #06121D

Tints of Black Pearl #06121D

Color information

#06121D (or 0x06121D) is unknown color: approx Black Pearl. HEX triplet: 06, 12 and 1D. RGB value is (6,18,29). Sum of RGB (Red+Green+Blue) = 6+18+29=53 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.32% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 29 (11.72% from 255 or 54.72% from 53); Max value from RGB is 29 - color contains mainly: blue. Hex color #06121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06121D is #F9EDE2. Grayscale: #0F0F0F. Windows color (decimal): -16379363 or 1905158. OLE color: 1905158.

HSL color Cylindrical-coordinate representation of color #06121D: hue angle of 208.7º 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 #06121D is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB61829-
CMYK0.790.3800.89
HSL208.7º65.71%6.86%-
HSV(B)208.7º79.31%11.37%-
XYZ0.510.561.24-
YUV15.67135.52121.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.32%
GREEN value IS 18 (7.42% from 255) = 33.96%
BLUE value IS 29 (11.72% from 255) = 54.72%
R=11.32%
G=33.96%
B=54.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal618290.790.3800.89208.765.716.86
Hex6121D4F26059d1427
Octal622351174601313211027
Binary1101001011101100111110011001011001110100011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06121D; }

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

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

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

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

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

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

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

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