#010D0F

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

Shades of Black Pearl #010D0F

Tints of Black Pearl #010D0F

Color information

#010D0F (or 0x010D0F) is unknown color: approx Black Pearl. HEX triplet: 01, 0D and 0F. RGB value is (1,13,15). Sum of RGB (Red+Green+Blue) = 1+13+15=29 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.45% from 29); Green value is 13 (5.47% from 255 or 44.83% from 29); Blue value is 15 (6.25% from 255 or 51.72% from 29); Max value from RGB is 15 - color contains mainly: blue. Hex color #010D0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D0F is #FEF2F0. Grayscale: #090909. Windows color (decimal): -16708337 or 986369. OLE color: 986369.

HSL color Cylindrical-coordinate representation of color #010D0F: hue angle of 188.57º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #010D0F is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB11315-
CMYK0.930.1300.94
HSL188.57º87.5%3.14%-
HSV(B)188.57º93.33%5.88%-
XYZ0.240.330.5-
YUV9.64131.02121.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.45%
GREEN value IS 13 (5.47% from 255) = 44.83%
BLUE value IS 15 (6.25% from 255) = 51.72%
R=3.45%
G=44.83%
B=51.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal113150.930.1300.94188.5787.53.14
Hex1DF5DD05Ebd583
Octal115171351501362751303
Binary111011111101110111010101111010111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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