#021C2E

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

Shades of Black Pearl #021C2E

Tints of Black Pearl #021C2E

Color information

#021C2E (or 0x021C2E) is unknown color: approx Black Pearl. HEX triplet: 02, 1C and 2E. RGB value is (2,28,46). Sum of RGB (Red+Green+Blue) = 2+28+46=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 46 (18.36% from 255 or 60.53% from 76); Max value from RGB is 46 - color contains mainly: blue. Hex color #021C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C2E is #FDE3D1. Grayscale: #161616. Windows color (decimal): -16638930 or 3021826. OLE color: 3021826.

HSL color Cylindrical-coordinate representation of color #021C2E: hue angle of 204.55º 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 #021C2E is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB22846-
CMYK0.960.3900.82
HSL204.55º91.67%9.41%-
HSV(B)204.55º95.65%18.04%-
XYZ0.931.042.74-
YUV22.28141.39113.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.63%
GREEN value IS 28 (11.33% from 255) = 36.84%
BLUE value IS 46 (18.36% from 255) = 60.53%
R=2.63%
G=36.84%
B=60.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal228460.960.3900.82204.5591.679.41
Hex21C2E6027052cd5c9
Octal2345614047012231513411
Binary10111001011101100000100111010100101100110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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