#061119

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

Shades of Black Pearl #061119

Tints of Black Pearl #061119

Color information

#061119 (or 0x061119) is unknown color: approx Black Pearl. HEX triplet: 06, 11 and 19. RGB value is (6,17,25). Sum of RGB (Red+Green+Blue) = 6+17+25=48 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.5% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #061119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061119 is #F9EEE6. Grayscale: #0E0E0E. Windows color (decimal): -16379623 or 1642758. OLE color: 1642758.

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

Color convert

RGB61725-
CMYK0.760.3200.90
HSL205.26º61.29%6.08%-
HSV(B)205.26º76%9.8%-
XYZ0.450.510.99-
YUV14.62133.86121.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.5%
GREEN value IS 17 (7.03% from 255) = 35.42%
BLUE value IS 25 (10.16% from 255) = 52.08%
R=12.5%
G=35.42%
B=52.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal617250.760.3200.90205.2661.296.08
Hex611194C2005Acd3d6
Octal62131114400132315756
Binary110100011100110011001000000101101011001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061119; }

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

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

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

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

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

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

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

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