#031017

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

Shades of Black Pearl #031017

Tints of Black Pearl #031017

Color information

#031017 (or 0x031017) is unknown color: approx Black Pearl. HEX triplet: 03, 10 and 17. RGB value is (3,16,23). Sum of RGB (Red+Green+Blue) = 3+16+23=42 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.14% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 23 (9.38% from 255 or 54.76% from 42); Max value from RGB is 23 - color contains mainly: blue. Hex color #031017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031017 is #FCEFE8. Grayscale: #0C0C0C. Windows color (decimal): -16576489 or 1511427. OLE color: 1511427.

HSL color Cylindrical-coordinate representation of color #031017: hue angle of 201º 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 #031017 is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB31623-
CMYK0.870.3000.91
HSL201º76.92%5.1%-
HSV(B)201º86.96%9.02%-
XYZ0.380.450.88-
YUV12.91133.69120.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.14%
GREEN value IS 16 (6.64% from 255) = 38.10%
BLUE value IS 23 (9.38% from 255) = 54.76%
R=7.14%
G=38.10%
B=54.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal316230.870.3000.9120176.925.1
Hex31017571E05Bc94d5
Octal320271273601333111155
Binary11100001011110101111111001011011110010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031017; }

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

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

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

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

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

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

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

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