#00111A

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

Shades of Black Pearl #00111A

Tints of Black Pearl #00111A

Color information

#00111A (or 0x00111A) is unknown color: approx Black Pearl. HEX triplet: 00, 11 and 1A. RGB value is (0,17,26). Sum of RGB (Red+Green+Blue) = 0+17+26=43 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 26 (10.55% from 255 or 60.47% from 43); Max value from RGB is 26 - color contains mainly: blue. Hex color #00111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00111A is #FFEEE5. Grayscale: #0C0C0C. Windows color (decimal): -16772838 or 1708288. OLE color: 1708288.

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

Color convert

RGB01726-
CMYK10.3500.90
HSL200.77º100%5.1%-
HSV(B)200.77º100%10.2%-
XYZ0.390.481.05-
YUV12.94135.37118.77-

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) = 39.53%
BLUE value IS 26 (10.55% from 255) = 60.47%
R=0%
G=39.53%
B=60.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal0172610.3500.90200.771005.1
Hex0111A642305Ac9645
Octal021321444301323111445
Binary01000111010110010010001101011010110010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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