#010F1B

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

Shades of Black Pearl #010F1B

Tints of Black Pearl #010F1B

Color information

#010F1B (or 0x010F1B) is unknown color: approx Black Pearl. HEX triplet: 01, 0F and 1B. RGB value is (1,15,27). Sum of RGB (Red+Green+Blue) = 1+15+27=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 27 (10.94% from 255 or 62.79% from 43); Max value from RGB is 27 - color contains mainly: blue. Hex color #010F1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F1B is #FEF0E4. Grayscale: #0C0C0C. Windows color (decimal): -16707813 or 1773313. OLE color: 1773313.

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

Color convert

RGB11527-
CMYK0.960.4400.89
HSL207.69º92.86%5.49%-
HSV(B)207.69º96.3%10.59%-
XYZ0.380.431.1-
YUV12.18136.36120.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.33%
GREEN value IS 15 (6.25% from 255) = 34.88%
BLUE value IS 27 (10.94% from 255) = 62.79%
R=2.33%
G=34.88%
B=62.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal115270.960.4400.89207.6992.865.49
Hex1F1B602C059d05d5
Octal117331405401313201355
Binary1111111011110000010110001011001110100001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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