#061419

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

Shades of Black Pearl #061419

Tints of Black Pearl #061419

Color information

#061419 (or 0x061419) is unknown color: approx Black Pearl. HEX triplet: 06, 14 and 19. RGB value is (6,20,25). Sum of RGB (Red+Green+Blue) = 6+20+25=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: blue. Hex color #061419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061419 is #F9EBE6. Grayscale: #101010. Windows color (decimal): -16378855 or 1643526. OLE color: 1643526.

HSL color Cylindrical-coordinate representation of color #061419: hue angle of 195.79º 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 #061419 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB62025-
CMYK0.760.2000.90
HSL195.79º61.29%6.08%-
HSV(B)195.79º76%9.8%-
XYZ0.50.611.01-
YUV16.38132.86120.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.76%
GREEN value IS 20 (8.20% from 255) = 39.22%
BLUE value IS 25 (10.16% from 255) = 49.02%
R=11.76%
G=39.22%
B=49.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal620250.760.2000.90195.7961.296.08
Hex614194C1405Ac43d6
Octal62431114240132304756
Binary11010100110011001100101000101101011000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061419; }

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

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

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

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

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

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

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

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