#010D1A

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

Shades of Black Pearl #010D1A

Tints of Black Pearl #010D1A

Color information

#010D1A (or 0x010D1A) is unknown color: approx Black Pearl. HEX triplet: 01, 0D and 1A. RGB value is (1,13,26). Sum of RGB (Red+Green+Blue) = 1+13+26=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 13 (5.47% from 255 or 32.5% from 40); Blue value is 26 (10.55% from 255 or 65% from 40); Max value from RGB is 26 - color contains mainly: blue. Hex color #010D1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D1A is #FEF2E5. Grayscale: #0A0A0A. Windows color (decimal): -16708326 or 1707265. OLE color: 1707265.

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

Color convert

RGB11326-
CMYK0.960.500.90
HSL211.2º92.59%5.29%-
HSV(B)211.2º96.15%10.2%-
XYZ0.340.371.03-
YUV10.89136.52120.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.5%
GREEN value IS 13 (5.47% from 255) = 32.5%
BLUE value IS 26 (10.55% from 255) = 65%
R=2.5%
G=32.5%
B=65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal113260.960.500.90211.292.595.29
Hex1D1A603205Ad35d5
Octal115321406201323231355
Binary1110111010110000011001001011010110100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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