#031217

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

Shades of Black Pearl #031217

Tints of Black Pearl #031217

Color information

#031217 (or 0x031217) is unknown color: approx Black Pearl. HEX triplet: 03, 12 and 17. RGB value is (3,18,23). Sum of RGB (Red+Green+Blue) = 3+18+23=44 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.82% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 23 (9.38% from 255 or 52.27% from 44); Max value from RGB is 23 - color contains mainly: blue. Hex color #031217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031217 is #FCEDE8. Grayscale: #0E0E0E. Windows color (decimal): -16575977 or 1511939. OLE color: 1511939.

HSL color Cylindrical-coordinate representation of color #031217: hue angle of 195º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #031217 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB31823-
CMYK0.870.2200.91
HSL195º76.92%5.1%-
HSV(B)195º86.96%9.02%-
XYZ0.410.510.89-
YUV14.08133.03120.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.82%
GREEN value IS 18 (7.42% from 255) = 40.91%
BLUE value IS 23 (9.38% from 255) = 52.27%
R=6.82%
G=40.91%
B=52.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal318230.870.2200.9119576.925.1
Hex31217571605Bc34d5
Octal322271272601333031155
Binary11100101011110101111011001011011110000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031217; }

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

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

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

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

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

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

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

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