#03161F

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

Shades of Black Pearl #03161F

Tints of Black Pearl #03161F

Color information

#03161F (or 0x03161F) is unknown color: approx Black Pearl. HEX triplet: 03, 16 and 1F. RGB value is (3,22,31). Sum of RGB (Red+Green+Blue) = 3+22+31=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 22 (8.98% from 255 or 39.29% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #03161F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03161F is #FCE9E0. Grayscale: #111111. Windows color (decimal): -16574945 or 2037251. OLE color: 2037251.

HSL color Cylindrical-coordinate representation of color #03161F: hue angle of 199.29º 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 #03161F is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB32231-
CMYK0.900.2900.88
HSL199.29º82.35%6.67%-
HSV(B)199.29º90.32%12.16%-
XYZ0.570.691.4-
YUV17.34135.71117.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.36%
GREEN value IS 22 (8.98% from 255) = 39.29%
BLUE value IS 31 (12.5% from 255) = 55.36%
R=5.36%
G=39.29%
B=55.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal322310.900.2900.88199.2982.356.67
Hex3161F5A1D058c7527
Octal326371323501303071227
Binary11101101111110110101110101011000110001111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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