#061217

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

Shades of Black Pearl #061217

Tints of Black Pearl #061217

Color information

#061217 (or 0x061217) is unknown color: approx Black Pearl. HEX triplet: 06, 12 and 17. RGB value is (6,18,23). Sum of RGB (Red+Green+Blue) = 6+18+23=47 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.77% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 23 (9.38% from 255 or 48.94% from 47); Max value from RGB is 23 - color contains mainly: blue. Hex color #061217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061217 is #F9EDE8. Grayscale: #0E0E0E. Windows color (decimal): -16379369 or 1511942. OLE color: 1511942.

HSL color Cylindrical-coordinate representation of color #061217: hue angle of 197.65º 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 #061217 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB61823-
CMYK0.740.2200.91
HSL197.65º58.62%5.69%-
HSV(B)197.65º73.91%9.02%-
XYZ0.450.530.89-
YUV14.98132.52121.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.77%
GREEN value IS 18 (7.42% from 255) = 38.30%
BLUE value IS 23 (9.38% from 255) = 48.94%
R=12.77%
G=38.30%
B=48.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal618230.740.2200.91197.6558.625.69
Hex612174A1605Bc63b6
Octal62227112260133306736
Binary11010010101111001010101100101101111000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061217; }

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

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

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

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

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

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

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

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