#031314

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

Shades of Black Pearl #031314

Tints of Black Pearl #031314

Color information

#031314 (or 0x031314) is unknown color: approx Black Pearl. HEX triplet: 03, 13 and 14. RGB value is (3,19,20). Sum of RGB (Red+Green+Blue) = 3+19+20=42 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.14% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 20 (8.20% from 255 or 47.62% from 42); Max value from RGB is 20 - color contains mainly: blue. Hex color #031314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031314 is #FCECEB. Grayscale: #0E0E0E. Windows color (decimal): -16575724 or 1315587. OLE color: 1315587.

HSL color Cylindrical-coordinate representation of color #031314: hue angle of 183.53º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #031314 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB31920-
CMYK0.850.0500.92
HSL183.53º73.91%4.51%-
HSV(B)183.53º85%7.84%-
XYZ0.40.540.74-
YUV14.33131.2119.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.14%
GREEN value IS 19 (7.81% from 255) = 45.24%
BLUE value IS 20 (8.20% from 255) = 47.62%
R=7.14%
G=45.24%
B=47.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal319200.850.0500.92183.5373.914.51
Hex3131455505Cb84a5
Octal32324125501342701125
Binary111001110100101010110101011100101110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031314; }

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

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

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

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

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

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

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

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