#00111C

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

Shades of Black Pearl #00111C

Tints of Black Pearl #00111C

Color information

#00111C (or 0x00111C) is unknown color: approx Black Pearl. HEX triplet: 00, 11 and 1C. RGB value is (0,17,28). Sum of RGB (Red+Green+Blue) = 0+17+28=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 28 (11.33% from 255 or 62.22% from 45); Max value from RGB is 28 - color contains mainly: blue. Hex color #00111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00111C is #FFEEE3. Grayscale: #0D0D0D. Windows color (decimal): -16772836 or 1839360. OLE color: 1839360.

HSL color Cylindrical-coordinate representation of color #00111C: hue angle of 203.57º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00111C is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB01728-
CMYK10.3900.89
HSL203.57º100%5.49%-
HSV(B)203.57º100%10.98%-
XYZ0.410.481.17-
YUV13.17136.37118.61-

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) = 37.78%
BLUE value IS 28 (11.33% from 255) = 62.22%
R=0%
G=37.78%
B=62.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal0172810.3900.89203.571005.49
Hex0111C6427059cc645
Octal021341444701313141445
Binary01000111100110010010011101011001110011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00111C; }

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

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

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

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

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

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

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

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