#06151D

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

Shades of Black Pearl #06151D

Tints of Black Pearl #06151D

Color information

#06151D (or 0x06151D) is unknown color: approx Black Pearl. HEX triplet: 06, 15 and 1D. RGB value is (6,21,29). Sum of RGB (Red+Green+Blue) = 6+21+29=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #06151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06151D is #F9EAE2. Grayscale: #111111. Windows color (decimal): -16378595 or 1905926. OLE color: 1905926.

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

Color convert

RGB62129-
CMYK0.790.2800.89
HSL200.87º65.71%6.86%-
HSV(B)200.87º79.31%11.37%-
XYZ0.570.661.26-
YUV17.43134.53119.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.71%
GREEN value IS 21 (8.59% from 255) = 37.5%
BLUE value IS 29 (11.72% from 255) = 51.79%
R=10.71%
G=37.5%
B=51.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal621290.790.2800.89200.8765.716.86
Hex6151D4F1C059c9427
Octal625351173401313111027
Binary110101011110110011111110001011001110010011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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