#03181D

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

Shades of Black Pearl #03181D

Tints of Black Pearl #03181D

Color information

#03181D (or 0x03181D) is unknown color: approx Black Pearl. HEX triplet: 03, 18 and 1D. RGB value is (3,24,29). Sum of RGB (Red+Green+Blue) = 3+24+29=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #03181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03181D is #FCE7E2. Grayscale: #121212. Windows color (decimal): -16574435 or 1906691. OLE color: 1906691.

HSL color Cylindrical-coordinate representation of color #03181D: hue angle of 191.54º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03181D is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB32429-
CMYK0.900.1700.89
HSL191.54º81.25%6.27%-
HSV(B)191.54º89.66%11.37%-
XYZ0.590.761.28-
YUV18.29134.04117.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.36%
GREEN value IS 24 (9.77% from 255) = 42.86%
BLUE value IS 29 (11.72% from 255) = 51.79%
R=5.36%
G=42.86%
B=51.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal324290.900.1700.89191.5481.256.27
Hex3181D5A11059c0516
Octal330351322101313001216
Binary11110001110110110101000101011001110000001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03181D; }

 p { color: rgb(3,24,29); }

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

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

 a { background-color: rgb(3,24,29); }

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

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

 span { border-color: rgb(3,24,29); }

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