#03181F

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

Shades of Black Pearl #03181F

Tints of Black Pearl #03181F

Color information

#03181F (or 0x03181F) is unknown color: approx Black Pearl. HEX triplet: 03, 18 and 1F. RGB value is (3,24,31). Sum of RGB (Red+Green+Blue) = 3+24+31=58 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.17% from 58); Green value is 24 (9.77% from 255 or 41.38% from 58); Blue value is 31 (12.5% from 255 or 53.45% from 58); Max value from RGB is 31 - color contains mainly: blue. Hex color #03181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03181F is #FCE7E0. Grayscale: #121212. Windows color (decimal): -16574433 or 2037763. OLE color: 2037763.

HSL color Cylindrical-coordinate representation of color #03181F: hue angle of 195º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03181F is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB32431-
CMYK0.900.2300.88
HSL195º82.35%6.67%-
HSV(B)195º90.32%12.16%-
XYZ0.610.771.41-
YUV18.52135.04116.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.17%
GREEN value IS 24 (9.77% from 255) = 41.38%
BLUE value IS 31 (12.5% from 255) = 53.45%
R=5.17%
G=41.38%
B=53.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal324310.900.2300.8819582.356.67
Hex3181F5A17058c3527
Octal330371322701303031227
Binary11110001111110110101011101011000110000111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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