#021F2E

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

Shades of Black Pearl #021F2E

Tints of Black Pearl #021F2E

Color information

#021F2E (or 0x021F2E) is unknown color: approx Black Pearl. HEX triplet: 02, 1F and 2E. RGB value is (2,31,46). Sum of RGB (Red+Green+Blue) = 2+31+46=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 31 (12.5% from 255 or 39.24% from 79); Blue value is 46 (18.36% from 255 or 58.23% from 79); Max value from RGB is 46 - color contains mainly: blue. Hex color #021F2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F2E is #FDE0D1. Grayscale: #171717. Windows color (decimal): -16638162 or 3022594. OLE color: 3022594.

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

Color convert

RGB23146-
CMYK0.960.3300.82
HSL200.45º91.67%9.41%-
HSV(B)200.45º95.65%18.04%-
XYZ1.011.192.76-
YUV24.04140.39112.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.53%
GREEN value IS 31 (12.5% from 255) = 39.24%
BLUE value IS 46 (18.36% from 255) = 58.23%
R=2.53%
G=39.24%
B=58.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal231460.960.3300.82200.4591.679.41
Hex21F2E6021052c85c9
Octal2375614041012231013411
Binary10111111011101100000100001010100101100100010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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