#03181B

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

Shades of Black Pearl #03181B

Tints of Black Pearl #03181B

Color information

#03181B (or 0x03181B) is unknown color: approx Black Pearl. HEX triplet: 03, 18 and 1B. RGB value is (3,24,27). Sum of RGB (Red+Green+Blue) = 3+24+27=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 27 (10.94% from 255 or 50% from 54); Max value from RGB is 27 - color contains mainly: blue. Hex color #03181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03181B is #FCE7E4. Grayscale: #121212. Windows color (decimal): -16574437 or 1775619. OLE color: 1775619.

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

Color convert

RGB32427-
CMYK0.890.1100.89
HSL187.5º80%5.88%-
HSV(B)187.5º88.89%10.59%-
XYZ0.560.751.15-
YUV18.06133.04117.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.56%
GREEN value IS 24 (9.77% from 255) = 44.44%
BLUE value IS 27 (10.94% from 255) = 50%
R=5.56%
G=44.44%
B=50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal324270.890.1100.89187.5805.88
Hex3181B59B059bc506
Octal330331311301312741206
Binary1111000110111011001101101011001101111001010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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