#031221

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

Shades of Black Pearl #031221

Tints of Black Pearl #031221

Color information

#031221 (or 0x031221) is unknown color: approx Black Pearl. HEX triplet: 03, 12 and 21. RGB value is (3,18,33). Sum of RGB (Red+Green+Blue) = 3+18+33=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 33 (13.28% from 255 or 61.11% from 54); Max value from RGB is 33 - color contains mainly: blue. Hex color #031221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031221 is #FCEDDE. Grayscale: #0F0F0F. Windows color (decimal): -16575967 or 2167299. OLE color: 2167299.

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

Color convert

RGB31833-
CMYK0.910.4500.87
HSL210º83.33%7.06%-
HSV(B)210º90.91%12.94%-
XYZ0.530.561.52-
YUV15.22138.03119.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.56%
GREEN value IS 18 (7.42% from 255) = 33.33%
BLUE value IS 33 (13.28% from 255) = 61.11%
R=5.56%
G=33.33%
B=61.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal318330.910.4500.8721083.337.06
Hex312215B2D057d2537
Octal322411335501273221237
Binary1110010100001101101110110101010111110100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031221; }

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

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

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

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

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

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

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

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