#03142C

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

Shades of Black Pearl #03142C

Tints of Black Pearl #03142C

Color information

#03142C (or 0x03142C) is unknown color: approx Black Pearl. HEX triplet: 03, 14 and 2C. RGB value is (3,20,44). Sum of RGB (Red+Green+Blue) = 3+20+44=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 44 (17.58% from 255 or 65.67% from 67); Max value from RGB is 44 - color contains mainly: blue. Hex color #03142C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03142C is #FCEBD3. Grayscale: #111111. Windows color (decimal): -16575444 or 2888707. OLE color: 2888707.

HSL color Cylindrical-coordinate representation of color #03142C: hue angle of 215.12º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03142C is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB32044-
CMYK0.930.5500.83
HSL215.12º87.23%9.22%-
HSV(B)215.12º93.18%17.25%-
XYZ0.740.72.48-
YUV17.65142.87117.55-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.48%
GREEN value IS 20 (8.20% from 255) = 29.85%
BLUE value IS 44 (17.58% from 255) = 65.67%
R=4.48%
G=29.85%
B=65.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal320440.930.5500.83215.1287.239.22
Hex3142C5D37053d7579
Octal3245413567012332712711
Binary11101001011001011101110111010100111101011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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