#061317

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

Shades of Black Pearl #061317

Tints of Black Pearl #061317

Color information

#061317 (or 0x061317) is unknown color: approx Black Pearl. HEX triplet: 06, 13 and 17. RGB value is (6,19,23). Sum of RGB (Red+Green+Blue) = 6+19+23=48 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.5% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 23 (9.38% from 255 or 47.92% from 48); Max value from RGB is 23 - color contains mainly: blue. Hex color #061317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061317 is #F9ECE8. Grayscale: #0F0F0F. Windows color (decimal): -16379113 or 1512198. OLE color: 1512198.

HSL color Cylindrical-coordinate representation of color #061317: hue angle of 194.12º degrees, saturation: 0.59, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #061317 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB61923-
CMYK0.740.1700.91
HSL194.12º58.62%5.69%-
HSV(B)194.12º73.91%9.02%-
XYZ0.460.570.9-
YUV15.57132.19121.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.5%
GREEN value IS 19 (7.81% from 255) = 39.58%
BLUE value IS 23 (9.38% from 255) = 47.92%
R=12.5%
G=39.58%
B=47.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal619230.740.1700.91194.1258.625.69
Hex613174A1105Bc23b6
Octal62327112210133302736
Binary11010011101111001010100010101101111000010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061317; }

 p { color: rgb(6,19,23); }

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

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

 a { background-color: rgb(6,19,23); }

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

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

 span { border-color: rgb(6,19,23); }

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