#081221

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

Shades of Black Pearl #081221

Tints of Black Pearl #081221

Color information

#081221 (or 0x081221) is unknown color: approx Black Pearl. HEX triplet: 08, 12 and 21. RGB value is (8,18,33). Sum of RGB (Red+Green+Blue) = 8+18+33=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 33 (13.28% from 255 or 55.93% from 59); Max value from RGB is 33 - color contains mainly: blue. Hex color #081221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081221 is #F7EDDE. Grayscale: #101010. Windows color (decimal): -16248287 or 2167304. OLE color: 2167304.

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

Color convert

RGB81833-
CMYK0.760.4500.87
HSL216º60.98%8.04%-
HSV(B)216º75.76%12.94%-
XYZ0.590.591.52-
YUV16.72137.19121.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.56%
GREEN value IS 18 (7.42% from 255) = 30.51%
BLUE value IS 33 (13.28% from 255) = 55.93%
R=13.56%
G=30.51%
B=55.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal818330.760.4500.8721660.988.04
Hex812214C2D057d83d8
Octal1022411145501273307510
Binary100010010100001100110010110101010111110110001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081221; }

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

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

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

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

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

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

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

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