#061519

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

Shades of Black Pearl #061519

Tints of Black Pearl #061519

Color information

#061519 (or 0x061519) is unknown color: approx Black Pearl. HEX triplet: 06, 15 and 19. RGB value is (6,21,25). Sum of RGB (Red+Green+Blue) = 6+21+25=52 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.54% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 25 (10.16% from 255 or 48.08% from 52); Max value from RGB is 25 - color contains mainly: blue. Hex color #061519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061519 is #F9EAE6. Grayscale: #101010. Windows color (decimal): -16378599 or 1643782. OLE color: 1643782.

HSL color Cylindrical-coordinate representation of color #061519: hue angle of 192.63º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #061519 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB62125-
CMYK0.760.1600.90
HSL192.63º61.29%6.08%-
HSV(B)192.63º76%9.8%-
XYZ0.520.651.02-
YUV16.97132.53120.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.54%
GREEN value IS 21 (8.59% from 255) = 40.38%
BLUE value IS 25 (10.16% from 255) = 48.08%
R=11.54%
G=40.38%
B=48.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal621250.760.1600.90192.6361.296.08
Hex615194C1005Ac13d6
Octal62531114200132301756
Binary11010101110011001100100000101101011000001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061519; }

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

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

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

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

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

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

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

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