#02132D

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

Shades of Black Pearl #02132D

Tints of Black Pearl #02132D

Color information

#02132D (or 0x02132D) is unknown color: approx Black Pearl. HEX triplet: 02, 13 and 2D. RGB value is (2,19,45). Sum of RGB (Red+Green+Blue) = 2+19+45=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 45 (17.97% from 255 or 68.18% from 66); Max value from RGB is 45 - color contains mainly: blue. Hex color #02132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02132D is #FDECD2. Grayscale: #101010. Windows color (decimal): -16641235 or 2953986. OLE color: 2953986.

HSL color Cylindrical-coordinate representation of color #02132D: hue angle of 216.28º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02132D is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB21945-
CMYK0.960.5800.82
HSL216.28º91.49%9.22%-
HSV(B)216.28º95.56%17.65%-
XYZ0.730.672.57-
YUV16.88143.87117.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.03%
GREEN value IS 19 (7.81% from 255) = 28.79%
BLUE value IS 45 (17.97% from 255) = 68.18%
R=3.03%
G=28.79%
B=68.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal219450.960.5800.82216.2891.499.22
Hex2132D603A052d85b9
Octal2235514072012233013311
Binary10100111011011100000111010010100101101100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02132D; }

 p { color: rgb(2,19,45); }

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

<style>
 a { background-color: #02132D; }

 a { background-color: rgb(2,19,45); }

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

<style>
 span { border-color: #02132D; }

 span { border-color: rgb(2,19,45); }

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