#021B2E

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

Shades of Black Pearl #021B2E

Tints of Black Pearl #021B2E

Color information

#021B2E (or 0x021B2E) is unknown color: approx Black Pearl. HEX triplet: 02, 1B and 2E. RGB value is (2,27,46). Sum of RGB (Red+Green+Blue) = 2+27+46=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 46 (18.36% from 255 or 61.33% from 75); Max value from RGB is 46 - color contains mainly: blue. Hex color #021B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021B2E is #FDE4D1. Grayscale: #151515. Windows color (decimal): -16639186 or 3021570. OLE color: 3021570.

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

Color convert

RGB22746-
CMYK0.960.4100.82
HSL205.91º91.67%9.41%-
HSV(B)205.91º95.65%18.04%-
XYZ0.910.992.73-
YUV21.69141.72113.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.67%
GREEN value IS 27 (10.94% from 255) = 36%
BLUE value IS 46 (18.36% from 255) = 61.33%
R=2.67%
G=36%
B=61.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal227460.960.4100.82205.9191.679.41
Hex21B2E6029052ce5c9
Octal2335614051012231613411
Binary10110111011101100000101001010100101100111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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