#031021

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

Shades of Black Pearl #031021

Tints of Black Pearl #031021

Color information

#031021 (or 0x031021) is unknown color: approx Black Pearl. HEX triplet: 03, 10 and 21. RGB value is (3,16,33). Sum of RGB (Red+Green+Blue) = 3+16+33=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 33 (13.28% from 255 or 63.46% from 52); Max value from RGB is 33 - color contains mainly: blue. Hex color #031021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031021 is #FCEFDE. Grayscale: #0D0D0D. Windows color (decimal): -16576479 or 2166787. OLE color: 2166787.

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

Color convert

RGB31633-
CMYK0.910.5200.87
HSL214º83.33%7.06%-
HSV(B)214º90.91%12.94%-
XYZ0.50.51.51-
YUV14.05138.69120.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.77%
GREEN value IS 16 (6.64% from 255) = 30.77%
BLUE value IS 33 (13.28% from 255) = 63.46%
R=5.77%
G=30.77%
B=63.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal316330.910.5200.8721483.337.06
Hex310215B34057d6537
Octal320411336401273261237
Binary1110000100001101101111010001010111110101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031021; }

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

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

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

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

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

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

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

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