#02142A

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

Shades of Black Pearl #02142A

Tints of Black Pearl #02142A

Color information

#02142A (or 0x02142A) is unknown color: approx Black Pearl. HEX triplet: 02, 14 and 2A. RGB value is (2,20,42). Sum of RGB (Red+Green+Blue) = 2+20+42=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 42 (16.80% from 255 or 65.62% from 64); Max value from RGB is 42 - color contains mainly: blue. Hex color #02142A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02142A is #FDEBD5. Grayscale: #111111. Windows color (decimal): -16640982 or 2757634. OLE color: 2757634.

HSL color Cylindrical-coordinate representation of color #02142A: hue angle of 213º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02142A is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB22042-
CMYK0.950.5200.84
HSL213º90.91%8.63%-
HSV(B)213º95.24%16.47%-
XYZ0.690.682.29-
YUV17.13142.04117.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.12%
GREEN value IS 20 (8.20% from 255) = 31.25%
BLUE value IS 42 (16.80% from 255) = 65.62%
R=3.12%
G=31.25%
B=65.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal220420.950.5200.8421390.918.63
Hex2142A5F34054d55b9
Octal2245213764012432513311
Binary10101001010101011111110100010101001101010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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