#021E2C

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

Shades of Black Pearl #021E2C

Tints of Black Pearl #021E2C

Color information

#021E2C (or 0x021E2C) is unknown color: approx Black Pearl. HEX triplet: 02, 1E and 2C. RGB value is (2,30,44). Sum of RGB (Red+Green+Blue) = 2+30+44=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 30 (12.11% from 255 or 39.47% from 76); Blue value is 44 (17.58% from 255 or 57.89% from 76); Max value from RGB is 44 - color contains mainly: blue. Hex color #021E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E2C is #FDE1D3. Grayscale: #171717. Windows color (decimal): -16638420 or 2891266. OLE color: 2891266.

HSL color Cylindrical-coordinate representation of color #021E2C: hue angle of 200º 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 #021E2C is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB23044-
CMYK0.950.3200.83
HSL200º91.3%9.02%-
HSV(B)200º95.45%17.25%-
XYZ0.941.122.55-
YUV23.22139.72112.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.63%
GREEN value IS 30 (12.11% from 255) = 39.47%
BLUE value IS 44 (17.58% from 255) = 57.89%
R=2.63%
G=39.47%
B=57.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal230440.950.3200.8320091.39.02
Hex21E2C5F20053c85b9
Octal2365413740012331013311
Binary10111101011001011111100000010100111100100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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