#010D15

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

Shades of Black Pearl #010D15

Tints of Black Pearl #010D15

Color information

#010D15 (or 0x010D15) is unknown color: approx Black Pearl. HEX triplet: 01, 0D and 15. RGB value is (1,13,21). Sum of RGB (Red+Green+Blue) = 1+13+21=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 13 (5.47% from 255 or 37.14% from 35); Blue value is 21 (8.59% from 255 or 60% from 35); Max value from RGB is 21 - color contains mainly: blue. Hex color #010D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D15 is #FEF2EA. Grayscale: #0A0A0A. Windows color (decimal): -16708331 or 1379585. OLE color: 1379585.

HSL color Cylindrical-coordinate representation of color #010D15: hue angle of 204º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010D15 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB11321-
CMYK0.950.3800.92
HSL204º90.91%4.31%-
HSV(B)204º95.24%8.24%-
XYZ0.290.350.76-
YUV10.32134.02121.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.86%
GREEN value IS 13 (5.47% from 255) = 37.14%
BLUE value IS 21 (8.59% from 255) = 60%
R=2.86%
G=37.14%
B=60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal113210.950.3800.9220490.914.31
Hex1D155F2605Ccc5b4
Octal115251374601343141334
Binary1110110101101111110011001011100110011001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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