#02142B

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

Shades of Black Pearl #02142B

Tints of Black Pearl #02142B

Color information

#02142B (or 0x02142B) is unknown color: approx Black Pearl. HEX triplet: 02, 14 and 2B. RGB value is (2,20,43). Sum of RGB (Red+Green+Blue) = 2+20+43=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 43 (17.19% from 255 or 66.15% from 65); Max value from RGB is 43 - color contains mainly: blue. Hex color #02142B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02142B is #FDEBD4. Grayscale: #111111. Windows color (decimal): -16640981 or 2823170. OLE color: 2823170.

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

Color convert

RGB22043-
CMYK0.950.5300.83
HSL213.66º91.11%8.82%-
HSV(B)213.66º95.35%16.86%-
XYZ0.710.692.38-
YUV17.24142.54117.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.08%
GREEN value IS 20 (8.20% from 255) = 30.77%
BLUE value IS 43 (17.19% from 255) = 66.15%
R=3.08%
G=30.77%
B=66.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal220430.950.5300.83213.6691.118.82
Hex2142B5F35053d65b9
Octal2245313765012332613311
Binary10101001010111011111110101010100111101011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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