#010D1E

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

Shades of Black Pearl #010D1E

Tints of Black Pearl #010D1E

Color information

#010D1E (or 0x010D1E) is unknown color: approx Black Pearl. HEX triplet: 01, 0D and 1E. RGB value is (1,13,30). Sum of RGB (Red+Green+Blue) = 1+13+30=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 13 (5.47% from 255 or 29.55% from 44); Blue value is 30 (12.11% from 255 or 68.18% from 44); Max value from RGB is 30 - color contains mainly: blue. Hex color #010D1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D1E is #FEF2E1. Grayscale: #0B0B0B. Windows color (decimal): -16708322 or 1969409. OLE color: 1969409.

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

Color convert

RGB11330-
CMYK0.970.5700.88
HSL215.17º93.55%6.08%-
HSV(B)215.17º96.67%11.76%-
XYZ0.390.391.28-
YUV11.35138.52120.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.27%
GREEN value IS 13 (5.47% from 255) = 29.55%
BLUE value IS 30 (12.11% from 255) = 68.18%
R=2.27%
G=29.55%
B=68.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal113300.970.5700.88215.1793.556.08
Hex1D1E6139058d75e6
Octal115361417101303271366
Binary1110111110110000111100101011000110101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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