#03121C

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

Shades of Black Pearl #03121C

Tints of Black Pearl #03121C

Color information

#03121C (or 0x03121C) is unknown color: approx Black Pearl. HEX triplet: 03, 12 and 1C. RGB value is (3,18,28). Sum of RGB (Red+Green+Blue) = 3+18+28=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 28 (11.33% from 255 or 57.14% from 49); Max value from RGB is 28 - color contains mainly: blue. Hex color #03121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03121C is #FCEDE3. Grayscale: #0E0E0E. Windows color (decimal): -16575972 or 1839619. OLE color: 1839619.

HSL color Cylindrical-coordinate representation of color #03121C: hue angle of 204º degrees, saturation: 0.81, 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 #03121C is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB31828-
CMYK0.890.3600.89
HSL204º80.65%6.08%-
HSV(B)204º89.29%10.98%-
XYZ0.460.541.18-
YUV14.66135.53119.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.12%
GREEN value IS 18 (7.42% from 255) = 36.73%
BLUE value IS 28 (11.33% from 255) = 57.14%
R=6.12%
G=36.73%
B=57.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal318280.890.3600.8920480.656.08
Hex3121C5924059cc516
Octal322341314401313141216
Binary111001011100101100110010001011001110011001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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