#03292F

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

Shades of Black Pearl #03292F

Tints of Black Pearl #03292F

Color information

#03292F (or 0x03292F) is unknown color: approx Black Pearl. HEX triplet: 03, 29 and 2F. RGB value is (3,41,47). Sum of RGB (Red+Green+Blue) = 3+41+47=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 41 (16.41% from 255 or 45.05% from 91); Blue value is 47 (18.75% from 255 or 51.65% from 91); Max value from RGB is 47 - color contains mainly: blue. Hex color #03292F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03292F is #FCD6D0. Grayscale: #1E1E1E. Windows color (decimal): -16570065 or 3090691. OLE color: 3090691.

HSL color Cylindrical-coordinate representation of color #03292F: hue angle of 188.18º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03292F is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB34147-
CMYK0.940.1300.82
HSL188.18º88%9.8%-
HSV(B)188.18º93.62%18.43%-
XYZ1.341.812.97-
YUV30.32137.41108.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.30%
GREEN value IS 41 (16.41% from 255) = 45.05%
BLUE value IS 47 (18.75% from 255) = 51.65%
R=3.30%
G=45.05%
B=51.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal341470.940.1300.82188.18889.8
Hex3292F5ED052bc58a
Octal3515713615012227413012
Binary1110100110111110111101101010100101011110010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,41,47); }

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

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

 a { background-color: rgb(3,41,47); }

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

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

 span { border-color: rgb(3,41,47); }

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