#031415

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

Shades of Black Pearl #031415

Tints of Black Pearl #031415

Color information

#031415 (or 0x031415) is unknown color: approx Black Pearl. HEX triplet: 03, 14 and 15. RGB value is (3,20,21). Sum of RGB (Red+Green+Blue) = 3+20+21=44 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.82% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 21 - color contains mainly: blue. Hex color #031415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031415 is #FCEBEA. Grayscale: #0F0F0F. Windows color (decimal): -16575467 or 1381379. OLE color: 1381379.

HSL color Cylindrical-coordinate representation of color #031415: hue angle of 183.33º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #031415 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB32021-
CMYK0.860.0500.92
HSL183.33º75%4.71%-
HSV(B)183.33º85.71%8.24%-
XYZ0.420.570.8-
YUV15.03131.37119.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.82%
GREEN value IS 20 (8.20% from 255) = 45.45%
BLUE value IS 21 (8.59% from 255) = 47.73%
R=6.82%
G=45.45%
B=47.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal320210.860.0500.92183.33754.71
Hex3141556505Cb74b5
Octal32425126501342671135
Binary111010010101101011010101011100101101111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031415; }

 p { color: rgb(3,20,21); }

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

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

 a { background-color: rgb(3,20,21); }

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

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

 span { border-color: rgb(3,20,21); }

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