#061221

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

Shades of Black Pearl #061221

Tints of Black Pearl #061221

Color information

#061221 (or 0x061221) is unknown color: approx Black Pearl. HEX triplet: 06, 12 and 21. RGB value is (6,18,33). Sum of RGB (Red+Green+Blue) = 6+18+33=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 33 (13.28% from 255 or 57.89% from 57); Max value from RGB is 33 - color contains mainly: blue. Hex color #061221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061221 is #F9EDDE. Grayscale: #101010. Windows color (decimal): -16379359 or 2167302. OLE color: 2167302.

HSL color Cylindrical-coordinate representation of color #061221: hue angle of 213.33º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #061221 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB61833-
CMYK0.820.4500.87
HSL213.33º69.23%7.65%-
HSV(B)213.33º81.82%12.94%-
XYZ0.570.581.52-
YUV16.12137.52120.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.53%
GREEN value IS 18 (7.42% from 255) = 31.58%
BLUE value IS 33 (13.28% from 255) = 57.89%
R=10.53%
G=31.58%
B=57.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal618330.820.4500.87213.3369.237.65
Hex61221522D057d5458
Octal6224112255012732510510
Binary110100101000011010010101101010101111101010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061221; }

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

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

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

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

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

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

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

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