#00112A

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

Shades of Black Pearl #00112A

Tints of Black Pearl #00112A

Color information

#00112A (or 0x00112A) is unknown color: approx Black Pearl. HEX triplet: 00, 11 and 2A. RGB value is (0,17,42). Sum of RGB (Red+Green+Blue) = 0+17+42=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 17 (7.03% from 255 or 28.81% from 59); Blue value is 42 (16.80% from 255 or 71.19% from 59); Max value from RGB is 42 - color contains mainly: blue. Hex color #00112A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00112A is #FFEED5. Grayscale: #0E0E0E. Windows color (decimal): -16772822 or 2756864. OLE color: 2756864.

HSL color Cylindrical-coordinate representation of color #00112A: hue angle of 215.71º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00112A is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB01742-
CMYK10.6000.84
HSL215.71º100%8.24%-
HSV(B)215.71º100%16.47%-
XYZ0.620.572.27-
YUV14.77143.37117.47-

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) = 28.81%
BLUE value IS 42 (16.80% from 255) = 71.19%
R=0%
G=28.81%
B=71.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0174210.6000.84215.711008.24
Hex0112A643C054d8648
Octal0215214474012433014410
Binary0100011010101100100111100010101001101100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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