#06141D

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

Shades of Black Pearl #06141D

Tints of Black Pearl #06141D

Color information

#06141D (or 0x06141D) is unknown color: approx Black Pearl. HEX triplet: 06, 14 and 1D. RGB value is (6,20,29). Sum of RGB (Red+Green+Blue) = 6+20+29=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #06141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06141D is #F9EBE2. Grayscale: #101010. Windows color (decimal): -16378851 or 1905670. OLE color: 1905670.

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

Color convert

RGB62029-
CMYK0.790.3100.89
HSL203.48º65.71%6.86%-
HSV(B)203.48º79.31%11.37%-
XYZ0.550.631.25-
YUV16.84134.86120.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.91%
GREEN value IS 20 (8.20% from 255) = 36.36%
BLUE value IS 29 (11.72% from 255) = 52.73%
R=10.91%
G=36.36%
B=52.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal620290.790.3100.89203.4865.716.86
Hex6141D4F1F059cb427
Octal624351173701313131027
Binary110101001110110011111111101011001110010111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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