#020F1A

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

Shades of Black Pearl #020F1A

Tints of Black Pearl #020F1A

Color information

#020F1A (or 0x020F1A) is unknown color: approx Black Pearl. HEX triplet: 02, 0F and 1A. RGB value is (2,15,26). Sum of RGB (Red+Green+Blue) = 2+15+26=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 26 (10.55% from 255 or 60.47% from 43); Max value from RGB is 26 - color contains mainly: blue. Hex color #020F1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F1A is #FDF0E5. Grayscale: #0C0C0C. Windows color (decimal): -16642278 or 1707778. OLE color: 1707778.

HSL color Cylindrical-coordinate representation of color #020F1A: hue angle of 207.5º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #020F1A is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB21526-
CMYK0.920.4200.90
HSL207.5º85.71%5.49%-
HSV(B)207.5º92.31%10.2%-
XYZ0.380.431.04-
YUV12.37135.69120.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.65%
GREEN value IS 15 (6.25% from 255) = 34.88%
BLUE value IS 26 (10.55% from 255) = 60.47%
R=4.65%
G=34.88%
B=60.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal215260.920.4200.90207.585.715.49
Hex2F1A5C2A05Ad0565
Octal217321345201323201265
Binary10111111010101110010101001011010110100001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020F1A; }

 p { color: rgb(2,15,26); }

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

<style>
 a { background-color: #020F1A; }

 a { background-color: rgb(2,15,26); }

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

<style>
 span { border-color: #020F1A; }

 span { border-color: rgb(2,15,26); }

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