#021A30

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

Shades of Black Pearl #021A30

Tints of Black Pearl #021A30

Color information

#021A30 (or 0x021A30) is unknown color: approx Black Pearl. HEX triplet: 02, 1A and 30. RGB value is (2,26,48). Sum of RGB (Red+Green+Blue) = 2+26+48=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 26 (10.55% from 255 or 34.21% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #021A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A30 is #FDE5CF. Grayscale: #151515. Windows color (decimal): -16639440 or 3152386. OLE color: 3152386.

HSL color Cylindrical-coordinate representation of color #021A30: hue angle of 208.7º 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 #021A30 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB22648-
CMYK0.960.4600.81
HSL208.7º92%9.8%-
HSV(B)208.7º95.83%18.82%-
XYZ0.930.972.93-
YUV21.33143.05114.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.63%
GREEN value IS 26 (10.55% from 255) = 34.21%
BLUE value IS 48 (19.14% from 255) = 63.16%
R=2.63%
G=34.21%
B=63.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal226480.960.4600.81208.7929.8
Hex21A30602E051d15ca
Octal2326014056012132113412
Binary10110101100001100000101110010100011101000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021A30; }

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

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

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

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

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

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

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

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