#03121F

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

Shades of Black Pearl #03121F

Tints of Black Pearl #03121F

Color information

#03121F (or 0x03121F) is unknown color: approx Black Pearl. HEX triplet: 03, 12 and 1F. RGB value is (3,18,31). Sum of RGB (Red+Green+Blue) = 3+18+31=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 31 (12.5% from 255 or 59.62% from 52); Max value from RGB is 31 - color contains mainly: blue. Hex color #03121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03121F is #FCEDE0. Grayscale: #0E0E0E. Windows color (decimal): -16575969 or 2036227. OLE color: 2036227.

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

Color convert

RGB31831-
CMYK0.900.4200.88
HSL207.86º82.35%6.67%-
HSV(B)207.86º90.32%12.16%-
XYZ0.50.551.38-
YUV15137.03119.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.77%
GREEN value IS 18 (7.42% from 255) = 34.62%
BLUE value IS 31 (12.5% from 255) = 59.62%
R=5.77%
G=34.62%
B=59.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal318310.900.4200.88207.8682.356.67
Hex3121F5A2A058d0527
Octal322371325201303201227
Binary111001011111101101010101001011000110100001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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