#02152A

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

Shades of Black Pearl #02152A

Tints of Black Pearl #02152A

Color information

#02152A (or 0x02152A) is unknown color: approx Black Pearl. HEX triplet: 02, 15 and 2A. RGB value is (2,21,42). Sum of RGB (Red+Green+Blue) = 2+21+42=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 42 (16.80% from 255 or 64.62% from 65); Max value from RGB is 42 - color contains mainly: blue. Hex color #02152A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02152A is #FDEAD5. Grayscale: #111111. Windows color (decimal): -16640726 or 2757890. OLE color: 2757890.

HSL color Cylindrical-coordinate representation of color #02152A: hue angle of 211.5º 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 #02152A is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB22142-
CMYK0.950.5000.84
HSL211.5º90.91%8.63%-
HSV(B)211.5º95.24%16.47%-
XYZ0.710.722.29-
YUV17.71141.71116.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.08%
GREEN value IS 21 (8.59% from 255) = 32.31%
BLUE value IS 42 (16.80% from 255) = 64.62%
R=3.08%
G=32.31%
B=64.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal221420.950.5000.84211.590.918.63
Hex2152A5F32054d45b9
Octal2255213762012432413311
Binary10101011010101011111110010010101001101010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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