#03121A

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

Shades of Black Pearl #03121A

Tints of Black Pearl #03121A

Color information

#03121A (or 0x03121A) is unknown color: approx Black Pearl. HEX triplet: 03, 12 and 1A. RGB value is (3,18,26). Sum of RGB (Red+Green+Blue) = 3+18+26=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 26 (10.55% from 255 or 55.32% from 47); Max value from RGB is 26 - color contains mainly: blue. Hex color #03121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03121A is #FCEDE5. Grayscale: #0E0E0E. Windows color (decimal): -16575974 or 1708547. OLE color: 1708547.

HSL color Cylindrical-coordinate representation of color #03121A: hue angle of 200.87º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #03121A is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB31826-
CMYK0.880.3100.90
HSL200.87º79.31%5.69%-
HSV(B)200.87º88.46%10.2%-
XYZ0.440.531.06-
YUV14.43134.53119.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.38%
GREEN value IS 18 (7.42% from 255) = 38.30%
BLUE value IS 26 (10.55% from 255) = 55.32%
R=6.38%
G=38.30%
B=55.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal318260.880.3100.90200.8779.315.69
Hex3121A581F05Ac94f6
Octal322321303701323111176
Binary11100101101010110001111101011010110010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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