#06151A

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

Shades of Black Pearl #06151A

Tints of Black Pearl #06151A

Color information

#06151A (or 0x06151A) is unknown color: approx Black Pearl. HEX triplet: 06, 15 and 1A. RGB value is (6,21,26). Sum of RGB (Red+Green+Blue) = 6+21+26=53 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.32% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 26 (10.55% from 255 or 49.06% from 53); Max value from RGB is 26 - color contains mainly: blue. Hex color #06151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06151A is #F9EAE5. Grayscale: #111111. Windows color (decimal): -16378598 or 1709318. OLE color: 1709318.

HSL color Cylindrical-coordinate representation of color #06151A: hue angle of 195º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #06151A is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB62126-
CMYK0.770.1900.90
HSL195º62.5%6.27%-
HSV(B)195º76.92%10.2%-
XYZ0.530.651.07-
YUV17.08133.03120.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.32%
GREEN value IS 21 (8.59% from 255) = 39.62%
BLUE value IS 26 (10.55% from 255) = 49.06%
R=11.32%
G=39.62%
B=49.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal621260.770.1900.9019562.56.27
Hex6151A4D1305Ac33e6
Octal62532115230132303766
Binary11010101110101001101100110101101011000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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