#031117

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

Shades of Black Pearl #031117

Tints of Black Pearl #031117

Color information

#031117 (or 0x031117) is unknown color: approx Black Pearl. HEX triplet: 03, 11 and 17. RGB value is (3,17,23). Sum of RGB (Red+Green+Blue) = 3+17+23=43 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.98% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #031117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031117 is #FCEEE8. Grayscale: #0D0D0D. Windows color (decimal): -16576233 or 1511683. OLE color: 1511683.

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

Color convert

RGB31723-
CMYK0.870.2600.91
HSL198º76.92%5.1%-
HSV(B)198º86.96%9.02%-
XYZ0.390.480.88-
YUV13.5133.36120.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.98%
GREEN value IS 17 (7.03% from 255) = 39.53%
BLUE value IS 23 (9.38% from 255) = 53.49%
R=6.98%
G=39.53%
B=53.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal317230.870.2600.9119876.925.1
Hex31117571A05Bc64d5
Octal321271273201333061155
Binary11100011011110101111101001011011110001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031117; }

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

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

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

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

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

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

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

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