#031114

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

Shades of Black Pearl #031114

Tints of Black Pearl #031114

Color information

#031114 (or 0x031114) is unknown color: approx Black Pearl. HEX triplet: 03, 11 and 14. RGB value is (3,17,20). Sum of RGB (Red+Green+Blue) = 3+17+20=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 17 (7.03% from 255 or 42.5% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #031114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031114 is #FCEEEB. Grayscale: #0D0D0D. Windows color (decimal): -16576236 or 1315075. OLE color: 1315075.

HSL color Cylindrical-coordinate representation of color #031114: hue angle of 190.59º 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 #031114 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB31720-
CMYK0.850.1500.92
HSL190.59º73.91%4.51%-
HSV(B)190.59º85%7.84%-
XYZ0.360.470.73-
YUV13.16131.86120.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.5%
GREEN value IS 17 (7.03% from 255) = 42.5%
BLUE value IS 20 (8.20% from 255) = 50%
R=7.5%
G=42.5%
B=50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal317200.850.1500.92190.5973.914.51
Hex3111455F05Cbf4a5
Octal321241251701342771125
Binary1110001101001010101111101011100101111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031114; }

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

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

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

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

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

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

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

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