#061114

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

Shades of Black Pearl #061114

Tints of Black Pearl #061114

Color information

#061114 (or 0x061114) is unknown color: approx Black Pearl. HEX triplet: 06, 11 and 14. RGB value is (6,17,20). Sum of RGB (Red+Green+Blue) = 6+17+20=43 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.95% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 20 (8.20% from 255 or 46.51% from 43); Max value from RGB is 20 - color contains mainly: blue. Hex color #061114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061114 is #F9EEEB. Grayscale: #0E0E0E. Windows color (decimal): -16379628 or 1315078. OLE color: 1315078.

HSL color Cylindrical-coordinate representation of color #061114: hue angle of 192.86º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #061114 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB61720-
CMYK0.700.1500.92
HSL192.86º53.85%5.1%-
HSV(B)192.86º70%7.84%-
XYZ0.40.490.74-
YUV14.05131.36122.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.95%
GREEN value IS 17 (7.03% from 255) = 39.53%
BLUE value IS 20 (8.20% from 255) = 46.51%
R=13.95%
G=39.53%
B=46.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal617200.700.1500.92192.8653.855.1
Hex6111446F05Cc1365
Octal62124106170134301665
Binary1101000110100100011011110101110011000001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061114; }

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

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

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

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

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

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

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

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