#031218

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

Shades of Black Pearl #031218

Tints of Black Pearl #031218

Color information

#031218 (or 0x031218) is unknown color: approx Black Pearl. HEX triplet: 03, 12 and 18. RGB value is (3,18,24). Sum of RGB (Red+Green+Blue) = 3+18+24=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 18 (7.42% from 255 or 40% from 45); Blue value is 24 (9.77% from 255 or 53.33% from 45); Max value from RGB is 24 - color contains mainly: blue. Hex color #031218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031218 is #FCEDE7. Grayscale: #0E0E0E. Windows color (decimal): -16575976 or 1577475. OLE color: 1577475.

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

Color convert

RGB31824-
CMYK0.880.2500.91
HSL197.14º77.78%5.29%-
HSV(B)197.14º87.5%9.41%-
XYZ0.420.520.94-
YUV14.2133.53120.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.67%
GREEN value IS 18 (7.42% from 255) = 40%
BLUE value IS 24 (9.77% from 255) = 53.33%
R=6.67%
G=40%
B=53.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal318240.880.2500.91197.1477.785.29
Hex31218581905Bc54e5
Octal322301303101333051165
Binary11100101100010110001100101011011110001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031218; }

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

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

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

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

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

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

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

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