#010D22

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

Shades of Black Pearl #010D22

Tints of Black Pearl #010D22

Color information

#010D22 (or 0x010D22) is unknown color: approx Black Pearl. HEX triplet: 01, 0D and 22. RGB value is (1,13,34). Sum of RGB (Red+Green+Blue) = 1+13+34=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 34 (13.67% from 255 or 70.83% from 48); Max value from RGB is 34 - color contains mainly: blue. Hex color #010D22 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D22 is #FEF2DD. Grayscale: #0B0B0B. Windows color (decimal): -16708318 or 2231553. OLE color: 2231553.

HSL color Cylindrical-coordinate representation of color #010D22: hue angle of 218.18º 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 #010D22 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB11334-
CMYK0.970.6200.87
HSL218.18º94.29%6.86%-
HSV(B)218.18º97.06%13.33%-
XYZ0.450.411.57-
YUV11.81140.52120.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.08%
GREEN value IS 13 (5.47% from 255) = 27.08%
BLUE value IS 34 (13.67% from 255) = 70.83%
R=2.08%
G=27.08%
B=70.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal113340.970.6200.87218.1894.296.86
Hex1D22613E057da5e7
Octal115421417601273321367
Binary11101100010110000111111001010111110110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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