#06121B

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

Shades of Black Pearl #06121B

Tints of Black Pearl #06121B

Color information

#06121B (or 0x06121B) is unknown color: approx Black Pearl. HEX triplet: 06, 12 and 1B. RGB value is (6,18,27). Sum of RGB (Red+Green+Blue) = 6+18+27=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #06121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06121B is #F9EDE4. Grayscale: #0F0F0F. Windows color (decimal): -16379365 or 1774086. OLE color: 1774086.

HSL color Cylindrical-coordinate representation of color #06121B: hue angle of 205.71º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #06121B is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB61827-
CMYK0.780.3300.89
HSL205.71º63.64%6.47%-
HSV(B)205.71º77.78%10.59%-
XYZ0.490.551.12-
YUV15.44134.52121.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.76%
GREEN value IS 18 (7.42% from 255) = 35.29%
BLUE value IS 27 (10.94% from 255) = 52.94%
R=11.76%
G=35.29%
B=52.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal618270.780.3300.89205.7163.646.47
Hex6121B4E21059ce406
Octal622331164101313161006
Binary1101001011011100111010000101011001110011101000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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