#021F30

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

Shades of Black Pearl #021F30

Tints of Black Pearl #021F30

Color information

#021F30 (or 0x021F30) is unknown color: approx Black Pearl. HEX triplet: 02, 1F and 30. RGB value is (2,31,48). Sum of RGB (Red+Green+Blue) = 2+31+48=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 31 (12.5% from 255 or 38.27% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #021F30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F30 is #FDE0CF. Grayscale: #181818. Windows color (decimal): -16638160 or 3153666. OLE color: 3153666.

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

Color convert

RGB23148-
CMYK0.960.3500.81
HSL202.17º92%9.8%-
HSV(B)202.17º95.83%18.82%-
XYZ1.051.212.97-
YUV24.27141.39112.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.47%
GREEN value IS 31 (12.5% from 255) = 38.27%
BLUE value IS 48 (19.14% from 255) = 59.26%
R=2.47%
G=38.27%
B=59.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal231480.960.3500.81202.17929.8
Hex21F306023051ca5ca
Octal2376014043012131213412
Binary10111111100001100000100011010100011100101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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