#001120

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

Shades of Black Pearl #001120

Tints of Black Pearl #001120

Color information

#001120 (or 0x001120) is unknown color: approx Black Pearl. HEX triplet: 00, 11 and 20. RGB value is (0,17,32). Sum of RGB (Red+Green+Blue) = 0+17+32=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 32 (12.89% from 255 or 65.31% from 49); Max value from RGB is 32 - color contains mainly: blue. Hex color #001120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001120 is #FFEEDF. Grayscale: #0D0D0D. Windows color (decimal): -16772832 or 2101504. OLE color: 2101504.

HSL color Cylindrical-coordinate representation of color #001120: hue angle of 208.12º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001120 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB01732-
CMYK10.4700.87
HSL208.12º100%6.27%-
HSV(B)208.12º100%12.55%-
XYZ0.460.511.44-
YUV13.63138.37118.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 34.69%
BLUE value IS 32 (12.89% from 255) = 65.31%
R=0%
G=34.69%
B=65.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal0173210.4700.87208.121006.27
Hex01120642F057d0646
Octal021401445701273201446
Binary010001100000110010010111101010111110100001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001120; }

 p { color: rgb(0,17,32); }

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

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

 a { background-color: rgb(0,17,32); }

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

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

 span { border-color: rgb(0,17,32); }

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