#021E2E

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

Shades of Black Pearl #021E2E

Tints of Black Pearl #021E2E

Color information

#021E2E (or 0x021E2E) is unknown color: approx Black Pearl. HEX triplet: 02, 1E and 2E. RGB value is (2,30,46). Sum of RGB (Red+Green+Blue) = 2+30+46=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 30 (12.11% from 255 or 38.46% from 78); Blue value is 46 (18.36% from 255 or 58.97% from 78); Max value from RGB is 46 - color contains mainly: blue. Hex color #021E2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E2E is #FDE1D1. Grayscale: #171717. Windows color (decimal): -16638418 or 3022338. OLE color: 3022338.

HSL color Cylindrical-coordinate representation of color #021E2E: hue angle of 201.82º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021E2E is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB23046-
CMYK0.960.3500.82
HSL201.82º91.67%9.41%-
HSV(B)201.82º95.65%18.04%-
XYZ0.981.142.75-
YUV23.45140.72112.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.56%
GREEN value IS 30 (12.11% from 255) = 38.46%
BLUE value IS 46 (18.36% from 255) = 58.97%
R=2.56%
G=38.46%
B=58.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal230460.960.3500.82201.8291.679.41
Hex21E2E6023052ca5c9
Octal2365614043012231213411
Binary10111101011101100000100011010100101100101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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