#021F32

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

Shades of Black Pearl #021F32

Tints of Black Pearl #021F32

Color information

#021F32 (or 0x021F32) is unknown color: approx Black Pearl. HEX triplet: 02, 1F and 32. RGB value is (2,31,50). Sum of RGB (Red+Green+Blue) = 2+31+50=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 31 (12.5% from 255 or 37.35% from 83); Blue value is 50 (19.92% from 255 or 60.24% from 83); Max value from RGB is 50 - color contains mainly: blue. Hex color #021F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F32 is #FDE0CD. Grayscale: #181818. Windows color (decimal): -16638158 or 3284738. OLE color: 3284738.

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

Color convert

RGB23150-
CMYK0.960.3800.80
HSL203.75º92.31%10.2%-
HSV(B)203.75º96%19.61%-
XYZ1.091.223.2-
YUV24.49142.39111.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.41%
GREEN value IS 31 (12.5% from 255) = 37.35%
BLUE value IS 50 (19.92% from 255) = 60.24%
R=2.41%
G=37.35%
B=60.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal231500.960.3800.80203.7592.3110.2
Hex21F326026050cc5ca
Octal2376214046012031413412
Binary10111111100101100000100110010100001100110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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