#021730

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

Shades of Black Pearl #021730

Tints of Black Pearl #021730

Color information

#021730 (or 0x021730) is unknown color: approx Black Pearl. HEX triplet: 02, 17 and 30. RGB value is (2,23,48). Sum of RGB (Red+Green+Blue) = 2+23+48=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 48 (19.14% from 255 or 65.75% from 73); Max value from RGB is 48 - color contains mainly: blue. Hex color #021730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021730 is #FDE8CF. Grayscale: #131313. Windows color (decimal): -16640208 or 3151618. OLE color: 3151618.

HSL color Cylindrical-coordinate representation of color #021730: hue angle of 212.61º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021730 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB22348-
CMYK0.960.5200.81
HSL212.61º92%9.8%-
HSV(B)212.61º95.83%18.82%-
XYZ0.860.842.91-
YUV19.57144.04115.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.74%
GREEN value IS 23 (9.38% from 255) = 31.51%
BLUE value IS 48 (19.14% from 255) = 65.75%
R=2.74%
G=31.51%
B=65.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal223480.960.5200.81212.61929.8
Hex217306034051d55ca
Octal2276014064012132513412
Binary10101111100001100000110100010100011101010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021730; }

 p { color: rgb(2,23,48); }

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

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

 a { background-color: rgb(2,23,48); }

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

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

 span { border-color: rgb(2,23,48); }

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