#02142F

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

Shades of Black Pearl #02142F

Tints of Black Pearl #02142F

Color information

#02142F (or 0x02142F) is unknown color: approx Black Pearl. HEX triplet: 02, 14 and 2F. RGB value is (2,20,47). Sum of RGB (Red+Green+Blue) = 2+20+47=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 47 (18.75% from 255 or 68.12% from 69); Max value from RGB is 47 - color contains mainly: blue. Hex color #02142F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02142F is #FDEBD0. Grayscale: #111111. Windows color (decimal): -16640977 or 3085314. OLE color: 3085314.

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

Color convert

RGB22047-
CMYK0.960.5700.82
HSL216º91.84%9.61%-
HSV(B)216º95.74%18.43%-
XYZ0.790.722.79-
YUV17.7144.54116.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.90%
GREEN value IS 20 (8.20% from 255) = 28.99%
BLUE value IS 47 (18.75% from 255) = 68.12%
R=2.90%
G=28.99%
B=68.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal220470.960.5700.8221691.849.61
Hex2142F6039052d85ca
Octal2245714071012233013412
Binary10101001011111100000111001010100101101100010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,20,47); }

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

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

 a { background-color: rgb(2,20,47); }

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

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

 span { border-color: rgb(2,20,47); }

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