#031119

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

Shades of Black Pearl #031119

Tints of Black Pearl #031119

Color information

#031119 (or 0x031119) is unknown color: approx Black Pearl. HEX triplet: 03, 11 and 19. RGB value is (3,17,25). Sum of RGB (Red+Green+Blue) = 3+17+25=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 25 (10.16% from 255 or 55.56% from 45); Max value from RGB is 25 - color contains mainly: blue. Hex color #031119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031119 is #FCEEE6. Grayscale: #0D0D0D. Windows color (decimal): -16576231 or 1642755. OLE color: 1642755.

HSL color Cylindrical-coordinate representation of color #031119: hue angle of 201.82º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031119 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB31725-
CMYK0.880.3200.90
HSL201.82º78.57%5.49%-
HSV(B)201.82º88%9.8%-
XYZ0.410.490.99-
YUV13.73134.36120.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.67%
GREEN value IS 17 (7.03% from 255) = 37.78%
BLUE value IS 25 (10.16% from 255) = 55.56%
R=6.67%
G=37.78%
B=55.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal317250.880.3200.90201.8278.575.49
Hex31119582005Aca4f5
Octal321311304001323121175
Binary111000111001101100010000001011010110010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031119; }

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

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

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

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

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

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

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

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