#031318

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

Shades of Black Pearl #031318

Tints of Black Pearl #031318

Color information

#031318 (or 0x031318) is unknown color: approx Black Pearl. HEX triplet: 03, 13 and 18. RGB value is (3,19,24). Sum of RGB (Red+Green+Blue) = 3+19+24=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 24 (9.77% from 255 or 52.17% from 46); Max value from RGB is 24 - color contains mainly: blue. Hex color #031318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031318 is #FCECE7. Grayscale: #0E0E0E. Windows color (decimal): -16575720 or 1577731. OLE color: 1577731.

HSL color Cylindrical-coordinate representation of color #031318: hue angle of 194.29º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031318 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB31924-
CMYK0.880.2100.91
HSL194.29º77.78%5.29%-
HSV(B)194.29º87.5%9.41%-
XYZ0.440.550.95-
YUV14.79133.2119.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.52%
GREEN value IS 19 (7.81% from 255) = 41.30%
BLUE value IS 24 (9.77% from 255) = 52.17%
R=6.52%
G=41.30%
B=52.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal319240.880.2100.91194.2977.785.29
Hex31318581505Bc24e5
Octal323301302501333021165
Binary11100111100010110001010101011011110000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031318; }

 p { color: rgb(3,19,24); }

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

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

 a { background-color: rgb(3,19,24); }

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

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

 span { border-color: rgb(3,19,24); }

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