#010F1A

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

Shades of Black Pearl #010F1A

Tints of Black Pearl #010F1A

Color information

#010F1A (or 0x010F1A) is unknown color: approx Black Pearl. HEX triplet: 01, 0F and 1A. RGB value is (1,15,26). Sum of RGB (Red+Green+Blue) = 1+15+26=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 15 (6.25% from 255 or 35.71% from 42); Blue value is 26 (10.55% from 255 or 61.90% from 42); Max value from RGB is 26 - color contains mainly: blue. Hex color #010F1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F1A is #FEF0E5. Grayscale: #0C0C0C. Windows color (decimal): -16707814 or 1707777. OLE color: 1707777.

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

Color convert

RGB11526-
CMYK0.960.4200.90
HSL206.4º92.59%5.29%-
HSV(B)206.4º96.15%10.2%-
XYZ0.370.421.04-
YUV12.07135.86120.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.38%
GREEN value IS 15 (6.25% from 255) = 35.71%
BLUE value IS 26 (10.55% from 255) = 61.90%
R=2.38%
G=35.71%
B=61.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal115260.960.4200.90206.492.595.29
Hex1F1A602A05Ace5d5
Octal117321405201323161355
Binary1111111010110000010101001011010110011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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