#010F19

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

Shades of Black Pearl #010F19

Tints of Black Pearl #010F19

Color information

#010F19 (or 0x010F19) is unknown color: approx Black Pearl. HEX triplet: 01, 0F and 19. RGB value is (1,15,25). Sum of RGB (Red+Green+Blue) = 1+15+25=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 15 (6.25% from 255 or 36.59% from 41); Blue value is 25 (10.16% from 255 or 60.98% from 41); Max value from RGB is 25 - color contains mainly: blue. Hex color #010F19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F19 is #FEF0E6. Grayscale: #0B0B0B. Windows color (decimal): -16707815 or 1642241. OLE color: 1642241.

HSL color Cylindrical-coordinate representation of color #010F19: hue angle of 205º degrees, saturation: 0.92, 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 #010F19 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB11525-
CMYK0.960.4000.90
HSL205º92.31%5.1%-
HSV(B)205º96%9.8%-
XYZ0.360.420.98-
YUV11.95135.36120.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.44%
GREEN value IS 15 (6.25% from 255) = 36.59%
BLUE value IS 25 (10.16% from 255) = 60.98%
R=2.44%
G=36.59%
B=60.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal115250.960.4000.9020592.315.1
Hex1F19602805Acd5c5
Octal117311405001323151345
Binary1111111001110000010100001011010110011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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