#031112

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

Shades of Black Pearl #031112

Tints of Black Pearl #031112

Color information

#031112 (or 0x031112) is unknown color: approx Black Pearl. HEX triplet: 03, 11 and 12. RGB value is (3,17,18). Sum of RGB (Red+Green+Blue) = 3+17+18=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 17 (7.03% from 255 or 44.74% from 38); Blue value is 18 (7.42% from 255 or 47.37% from 38); Max value from RGB is 18 - color contains mainly: blue. Hex color #031112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031112 is #FCEEED. Grayscale: #0C0C0C. Windows color (decimal): -16576238 or 1184003. OLE color: 1184003.

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

Color convert

RGB31718-
CMYK0.830.0600.93
HSL184º71.43%4.12%-
HSV(B)184º83.33%7.06%-
XYZ0.350.460.64-
YUV12.93130.86120.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.89%
GREEN value IS 17 (7.03% from 255) = 44.74%
BLUE value IS 18 (7.42% from 255) = 47.37%
R=7.89%
G=44.74%
B=47.37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal317180.830.0600.9318471.434.12
Hex3111253605Db8474
Octal32122123601352701074
Binary111000110010101001111001011101101110001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031112; }

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

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

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

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

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

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

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

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