#061218

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

Shades of Black Pearl #061218

Tints of Black Pearl #061218

Color information

#061218 (or 0x061218) is unknown color: approx Black Pearl. HEX triplet: 06, 12 and 18. RGB value is (6,18,24). Sum of RGB (Red+Green+Blue) = 6+18+24=48 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.5% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 24 (9.77% from 255 or 50% from 48); Max value from RGB is 24 - color contains mainly: blue. Hex color #061218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061218 is #F9EDE7. Grayscale: #0F0F0F. Windows color (decimal): -16379368 or 1577478. OLE color: 1577478.

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

Color convert

RGB61824-
CMYK0.750.2500.91
HSL200º60%5.88%-
HSV(B)200º75%9.41%-
XYZ0.460.540.94-
YUV15.1133.02121.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.5%
GREEN value IS 18 (7.42% from 255) = 37.5%
BLUE value IS 24 (9.77% from 255) = 50%
R=12.5%
G=37.5%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal618240.750.2500.91200605.88
Hex612184B1905Bc83c6
Octal62230113310133310746
Binary11010010110001001011110010101101111001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061218; }

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

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

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

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

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

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

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

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