#021F33

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

Shades of Black Pearl #021F33

Tints of Black Pearl #021F33

Color information

#021F33 (or 0x021F33) is unknown color: approx Black Pearl. HEX triplet: 02, 1F and 33. RGB value is (2,31,51). Sum of RGB (Red+Green+Blue) = 2+31+51=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 51 (20.31% from 255 or 60.71% from 84); Max value from RGB is 51 - color contains mainly: blue. Hex color #021F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F33 is #FDE0CC. Grayscale: #181818. Windows color (decimal): -16638157 or 3350274. OLE color: 3350274.

HSL color Cylindrical-coordinate representation of color #021F33: hue angle of 204.49º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021F33 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB23151-
CMYK0.960.3900.8
HSL204.49º92.45%10.39%-
HSV(B)204.49º96.08%20%-
XYZ1.111.233.31-
YUV24.61142.89111.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.38%
GREEN value IS 31 (12.5% from 255) = 36.90%
BLUE value IS 51 (20.31% from 255) = 60.71%
R=2.38%
G=36.90%
B=60.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal231510.960.3900.8204.4992.4510.39
Hex21F336027050cc5ca
Octal2376314047012031413412
Binary10111111100111100000100111010100001100110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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