#031E28

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

Shades of Black Pearl #031E28

Tints of Black Pearl #031E28

Color information

#031E28 (or 0x031E28) is unknown color: approx Black Pearl. HEX triplet: 03, 1E and 28. RGB value is (3,30,40). Sum of RGB (Red+Green+Blue) = 3+30+40=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 40 (16.02% from 255 or 54.79% from 73); Max value from RGB is 40 - color contains mainly: blue. Hex color #031E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E28 is #FCE1D7. Grayscale: #171717. Windows color (decimal): -16572888 or 2629123. OLE color: 2629123.

HSL color Cylindrical-coordinate representation of color #031E28: hue angle of 196.22º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031E28 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB33040-
CMYK0.930.2500.84
HSL196.22º86.05%8.43%-
HSV(B)196.22º92.5%15.69%-
XYZ0.881.12.17-
YUV23.07137.55113.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.11%
GREEN value IS 30 (12.11% from 255) = 41.10%
BLUE value IS 40 (16.02% from 255) = 54.79%
R=4.11%
G=41.10%
B=54.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal330400.930.2500.84196.2286.058.43
Hex31E285D19054c4568
Octal3365013531012430412610
Binary1111110101000101110111001010101001100010010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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