#021C1E

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

Shades of Black Pearl #021C1E

Tints of Black Pearl #021C1E

Color information

#021C1E (or 0x021C1E) is unknown color: approx Black Pearl. HEX triplet: 02, 1C and 1E. RGB value is (2,28,30). Sum of RGB (Red+Green+Blue) = 2+28+30=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 28 (11.33% from 255 or 46.67% from 60); Blue value is 30 (12.11% from 255 or 50% from 60); Max value from RGB is 30 - color contains mainly: blue. Hex color #021C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C1E is #FDE3E1. Grayscale: #141414. Windows color (decimal): -16638946 or 1973250. OLE color: 1973250.

HSL color Cylindrical-coordinate representation of color #021C1E: hue angle of 184.29º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021C1E is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB22830-
CMYK0.930.0700.88
HSL184.29º87.5%6.27%-
HSV(B)184.29º93.33%11.76%-
XYZ0.670.941.37-
YUV20.45133.39114.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.33%
GREEN value IS 28 (11.33% from 255) = 46.67%
BLUE value IS 30 (12.11% from 255) = 50%
R=3.33%
G=46.67%
B=50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal228300.930.0700.88184.2987.56.27
Hex21C1E5D7058b8586
Octal23436135701302701306
Binary101110011110101110111101011000101110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,28,30); }

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

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

 a { background-color: rgb(2,28,30); }

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

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

 span { border-color: rgb(2,28,30); }

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