#02141F

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

Shades of Black Pearl #02141F

Tints of Black Pearl #02141F

Color information

#02141F (or 0x02141F) is unknown color: approx Black Pearl. HEX triplet: 02, 14 and 1F. RGB value is (2,20,31). Sum of RGB (Red+Green+Blue) = 2+20+31=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #02141F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02141F is #FDEBE0. Grayscale: #0F0F0F. Windows color (decimal): -16640993 or 2036738. OLE color: 2036738.

HSL color Cylindrical-coordinate representation of color #02141F: hue angle of 202.76º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #02141F is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB22031-
CMYK0.940.3500.88
HSL202.76º87.88%6.47%-
HSV(B)202.76º93.55%12.16%-
XYZ0.520.611.39-
YUV15.87136.54118.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.77%
GREEN value IS 20 (8.20% from 255) = 37.74%
BLUE value IS 31 (12.5% from 255) = 58.49%
R=3.77%
G=37.74%
B=58.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal220310.940.3500.88202.7687.886.47
Hex2141F5E23058cb586
Octal224371364301303131306
Binary101010011111101111010001101011000110010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02141F; }

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

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

<style>
 a { background-color: #02141F; }

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

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

<style>
 span { border-color: #02141F; }

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

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