#031213

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

Shades of Black Pearl #031213

Tints of Black Pearl #031213

Color information

#031213 (or 0x031213) is unknown color: approx Black Pearl. HEX triplet: 03, 12 and 13. RGB value is (3,18,19). Sum of RGB (Red+Green+Blue) = 3+18+19=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 18 (7.42% from 255 or 45% from 40); Blue value is 19 (7.81% from 255 or 47.5% from 40); Max value from RGB is 19 - color contains mainly: blue. Hex color #031213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031213 is #FCEDEC. Grayscale: #0D0D0D. Windows color (decimal): -16575981 or 1249795. OLE color: 1249795.

HSL color Cylindrical-coordinate representation of color #031213: hue angle of 183.75º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #031213 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB31819-
CMYK0.840.0500.93
HSL183.75º72.73%4.31%-
HSV(B)183.75º84.21%7.45%-
XYZ0.370.50.69-
YUV13.63131.03120.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.5%
GREEN value IS 18 (7.42% from 255) = 45%
BLUE value IS 19 (7.81% from 255) = 47.5%
R=7.5%
G=45%
B=47.5%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal318190.840.0500.93183.7572.734.31
Hex3121354505Db8494
Octal32223124501352701114
Binary111001010011101010010101011101101110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031213; }

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

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

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

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

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

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

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

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