#031E21

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

Shades of Black Pearl #031E21

Tints of Black Pearl #031E21

Color information

#031E21 (or 0x031E21) is unknown color: approx Black Pearl. HEX triplet: 03, 1E and 21. RGB value is (3,30,33). Sum of RGB (Red+Green+Blue) = 3+30+33=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 33 (13.28% from 255 or 50% from 66); Max value from RGB is 33 - color contains mainly: blue. Hex color #031E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E21 is #FCE1DE. Grayscale: #161616. Windows color (decimal): -16572895 or 2170371. OLE color: 2170371.

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

Color convert

RGB33033-
CMYK0.910.0900.87
HSL186º83.33%7.06%-
HSV(B)186º90.91%12.94%-
XYZ0.781.061.6-
YUV22.27134.05114.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.55%
GREEN value IS 30 (12.11% from 255) = 45.45%
BLUE value IS 33 (13.28% from 255) = 50%
R=4.55%
G=45.45%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal330330.910.0900.8718683.337.06
Hex31E215B9057ba537
Octal336411331101272721237
Binary11111101000011011011100101010111101110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031E21; }

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

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

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

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

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

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

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

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