#021B1E

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

Shades of Black Pearl #021B1E

Tints of Black Pearl #021B1E

Color information

#021B1E (or 0x021B1E) is unknown color: approx Black Pearl. HEX triplet: 02, 1B and 1E. RGB value is (2,27,30). Sum of RGB (Red+Green+Blue) = 2+27+30=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 27 (10.94% from 255 or 45.76% from 59); Blue value is 30 (12.11% from 255 or 50.85% from 59); Max value from RGB is 30 - color contains mainly: blue. Hex color #021B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021B1E is #FDE4E1. Grayscale: #131313. Windows color (decimal): -16639202 or 1972994. OLE color: 1972994.

HSL color Cylindrical-coordinate representation of color #021B1E: hue angle of 186.43º 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 #021B1E is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB22730-
CMYK0.930.1000.88
HSL186.43º87.5%6.27%-
HSV(B)186.43º93.33%11.76%-
XYZ0.650.891.37-
YUV19.87133.72115.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.39%
GREEN value IS 27 (10.94% from 255) = 45.76%
BLUE value IS 30 (12.11% from 255) = 50.85%
R=3.39%
G=45.76%
B=50.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal227300.930.1000.88186.4387.56.27
Hex21B1E5DA058ba586
Octal233361351201302721306
Binary1011011111101011101101001011000101110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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