#03181A

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

Shades of Black Pearl #03181A

Tints of Black Pearl #03181A

Color information

#03181A (or 0x03181A) is unknown color: approx Black Pearl. HEX triplet: 03, 18 and 1A. RGB value is (3,24,26). Sum of RGB (Red+Green+Blue) = 3+24+26=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 24 (9.77% from 255 or 45.28% from 53); Blue value is 26 (10.55% from 255 or 49.06% from 53); Max value from RGB is 26 - color contains mainly: blue. Hex color #03181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03181A is #FCE7E5. Grayscale: #111111. Windows color (decimal): -16574438 or 1710083. OLE color: 1710083.

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

Color convert

RGB32426-
CMYK0.880.0800.90
HSL185.22º79.31%5.69%-
HSV(B)185.22º88.46%10.2%-
XYZ0.550.751.09-
YUV17.95132.54117.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.66%
GREEN value IS 24 (9.77% from 255) = 45.28%
BLUE value IS 26 (10.55% from 255) = 49.06%
R=5.66%
G=45.28%
B=49.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal324260.880.0800.90185.2279.315.69
Hex3181A58805Ab94f6
Octal330321301001322711176
Binary1111000110101011000100001011010101110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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