#03141F

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

Shades of Black Pearl #03141F

Tints of Black Pearl #03141F

Color information

#03141F (or 0x03141F) is unknown color: approx Black Pearl. HEX triplet: 03, 14 and 1F. RGB value is (3,20,31). Sum of RGB (Red+Green+Blue) = 3+20+31=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 31 (12.5% from 255 or 57.41% from 54); Max value from RGB is 31 - color contains mainly: blue. Hex color #03141F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03141F is #FCEBE0. Grayscale: #101010. Windows color (decimal): -16575457 or 2036739. OLE color: 2036739.

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

Color convert

RGB32031-
CMYK0.900.3500.88
HSL203.57º82.35%6.67%-
HSV(B)203.57º90.32%12.16%-
XYZ0.540.621.39-
YUV16.17136.37118.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.56%
GREEN value IS 20 (8.20% from 255) = 37.04%
BLUE value IS 31 (12.5% from 255) = 57.41%
R=5.56%
G=37.04%
B=57.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal320310.900.3500.88203.5782.356.67
Hex3141F5A23058cc527
Octal324371324301303141227
Binary111010011111101101010001101011000110011001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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