#010D21

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

Shades of Black Pearl #010D21

Tints of Black Pearl #010D21

Color information

#010D21 (or 0x010D21) is unknown color: approx Black Pearl. HEX triplet: 01, 0D and 21. RGB value is (1,13,33). Sum of RGB (Red+Green+Blue) = 1+13+33=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 13 (5.47% from 255 or 27.66% from 47); Blue value is 33 (13.28% from 255 or 70.21% from 47); Max value from RGB is 33 - color contains mainly: blue. Hex color #010D21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D21 is #FEF2DE. Grayscale: #0B0B0B. Windows color (decimal): -16708319 or 2166017. OLE color: 2166017.

HSL color Cylindrical-coordinate representation of color #010D21: hue angle of 217.5º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010D21 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB11333-
CMYK0.970.6100.87
HSL217.5º94.12%6.67%-
HSV(B)217.5º96.97%12.94%-
XYZ0.430.41.49-
YUV11.69140.02120.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.13%
GREEN value IS 13 (5.47% from 255) = 27.66%
BLUE value IS 33 (13.28% from 255) = 70.21%
R=2.13%
G=27.66%
B=70.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal113330.970.6100.87217.594.126.67
Hex1D21613D057da5e7
Octal115411417501273321367
Binary11101100001110000111110101010111110110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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