#03121D

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

Shades of Black Pearl #03121D

Tints of Black Pearl #03121D

Color information

#03121D (or 0x03121D) is unknown color: approx Black Pearl. HEX triplet: 03, 12 and 1D. RGB value is (3,18,29). Sum of RGB (Red+Green+Blue) = 3+18+29=50 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 29 (11.72% from 255 or 58% from 50); Max value from RGB is 29 - color contains mainly: blue. Hex color #03121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03121D is #FCEDE2. Grayscale: #0E0E0E. Windows color (decimal): -16575971 or 1905155. OLE color: 1905155.

HSL color Cylindrical-coordinate representation of color #03121D: hue angle of 205.38º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03121D is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB31829-
CMYK0.900.3800.89
HSL205.38º81.25%6.27%-
HSV(B)205.38º89.66%11.37%-
XYZ0.480.541.24-
YUV14.77136.03119.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6%
GREEN value IS 18 (7.42% from 255) = 36%
BLUE value IS 29 (11.72% from 255) = 58%
R=6%
G=36%
B=58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal318290.900.3800.89205.3881.256.27
Hex3121D5A26059cd516
Octal322351324601313151216
Binary111001011101101101010011001011001110011011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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