#02122B

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

Shades of Black Pearl #02122B

Tints of Black Pearl #02122B

Color information

#02122B (or 0x02122B) is unknown color: approx Black Pearl. HEX triplet: 02, 12 and 2B. RGB value is (2,18,43). Sum of RGB (Red+Green+Blue) = 2+18+43=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 43 (17.19% from 255 or 68.25% from 63); Max value from RGB is 43 - color contains mainly: blue. Hex color #02122B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02122B is #FDEDD4. Grayscale: #0F0F0F. Windows color (decimal): -16641493 or 2822658. OLE color: 2822658.

HSL color Cylindrical-coordinate representation of color #02122B: hue angle of 216.59º 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 #02122B is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB21843-
CMYK0.950.5800.83
HSL216.59º91.11%8.82%-
HSV(B)216.59º95.35%16.86%-
XYZ0.680.622.37-
YUV16.07143.2117.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.17%
GREEN value IS 18 (7.42% from 255) = 28.57%
BLUE value IS 43 (17.19% from 255) = 68.25%
R=3.17%
G=28.57%
B=68.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal218430.950.5800.83216.5991.118.82
Hex2122B5F3A053d95b9
Octal2225313772012333113311
Binary10100101010111011111111010010100111101100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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