#031018

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

Shades of Black Pearl #031018

Tints of Black Pearl #031018

Color information

#031018 (or 0x031018) is unknown color: approx Black Pearl. HEX triplet: 03, 10 and 18. RGB value is (3,16,24). Sum of RGB (Red+Green+Blue) = 3+16+24=43 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.98% from 43); Green value is 16 (6.64% from 255 or 37.21% from 43); Blue value is 24 (9.77% from 255 or 55.81% from 43); Max value from RGB is 24 - color contains mainly: blue. Hex color #031018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031018 is #FCEFE7. Grayscale: #0C0C0C. Windows color (decimal): -16576488 or 1576963. OLE color: 1576963.

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

Color convert

RGB31624-
CMYK0.880.3300.91
HSL202.86º77.78%5.29%-
HSV(B)202.86º87.5%9.41%-
XYZ0.390.460.93-
YUV13.02134.19120.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.98%
GREEN value IS 16 (6.64% from 255) = 37.21%
BLUE value IS 24 (9.77% from 255) = 55.81%
R=6.98%
G=37.21%
B=55.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal316240.880.3300.91202.8677.785.29
Hex31018582105Bcb4e5
Octal320301304101333131165
Binary111000011000101100010000101011011110010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031018; }

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

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

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

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

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

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

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

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