#06151C

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

Shades of Black Pearl #06151C

Tints of Black Pearl #06151C

Color information

#06151C (or 0x06151C) is unknown color: approx Black Pearl. HEX triplet: 06, 15 and 1C. RGB value is (6,21,28). Sum of RGB (Red+Green+Blue) = 6+21+28=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 28 (11.33% from 255 or 50.91% from 55); Max value from RGB is 28 - color contains mainly: blue. Hex color #06151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06151C is #F9EAE3. Grayscale: #111111. Windows color (decimal): -16378596 or 1840390. OLE color: 1840390.

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

Color convert

RGB62128-
CMYK0.790.2500.89
HSL199.09º64.71%6.67%-
HSV(B)199.09º78.57%10.98%-
XYZ0.550.661.2-
YUV17.31134.03119.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.91%
GREEN value IS 21 (8.59% from 255) = 38.18%
BLUE value IS 28 (11.33% from 255) = 50.91%
R=10.91%
G=38.18%
B=50.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal621280.790.2500.89199.0964.716.67
Hex6151C4F19059c7417
Octal625341173101313071017
Binary110101011110010011111100101011001110001111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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