#021E2B

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

Shades of Black Pearl #021E2B

Tints of Black Pearl #021E2B

Color information

#021E2B (or 0x021E2B) is unknown color: approx Black Pearl. HEX triplet: 02, 1E and 2B. RGB value is (2,30,43). Sum of RGB (Red+Green+Blue) = 2+30+43=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 30 (12.11% from 255 or 40% from 75); Blue value is 43 (17.19% from 255 or 57.33% from 75); Max value from RGB is 43 - color contains mainly: blue. Hex color #021E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E2B is #FDE1D4. Grayscale: #171717. Windows color (decimal): -16638421 or 2825730. OLE color: 2825730.

HSL color Cylindrical-coordinate representation of color #021E2B: hue angle of 199.02º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021E2B is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB23043-
CMYK0.950.3000.83
HSL199.02º91.11%8.82%-
HSV(B)199.02º95.35%16.86%-
XYZ0.931.122.45-
YUV23.11139.22112.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.67%
GREEN value IS 30 (12.11% from 255) = 40%
BLUE value IS 43 (17.19% from 255) = 57.33%
R=2.67%
G=40%
B=57.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal230430.950.3000.83199.0291.118.82
Hex21E2B5F1E053c75b9
Octal2365313736012330713311
Binary1011110101011101111111110010100111100011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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