#021D2E

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

Shades of Black Pearl #021D2E

Tints of Black Pearl #021D2E

Color information

#021D2E (or 0x021D2E) is unknown color: approx Black Pearl. HEX triplet: 02, 1D and 2E. RGB value is (2,29,46). Sum of RGB (Red+Green+Blue) = 2+29+46=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 46 (18.36% from 255 or 59.74% from 77); Max value from RGB is 46 - color contains mainly: blue. Hex color #021D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021D2E is #FDE2D1. Grayscale: #161616. Windows color (decimal): -16638674 or 3022082. OLE color: 3022082.

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

Color convert

RGB22946-
CMYK0.960.3700.82
HSL203.18º91.67%9.41%-
HSV(B)203.18º95.65%18.04%-
XYZ0.961.092.74-
YUV22.86141.05113.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.60%
GREEN value IS 29 (11.72% from 255) = 37.66%
BLUE value IS 46 (18.36% from 255) = 59.74%
R=2.60%
G=37.66%
B=59.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal229460.960.3700.82203.1891.679.41
Hex21D2E6025052cb5c9
Octal2355614045012231313411
Binary10111011011101100000100101010100101100101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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