#112631

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

Shades of Black Pearl #112631

Tints of Black Pearl #112631

Color information

#112631 (or 0x112631) is unknown color: approx Black Pearl. HEX triplet: 11, 26 and 31. RGB value is (17,38,49). Sum of RGB (Red+Green+Blue) = 17+38+49=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 49 - color contains mainly: blue. Hex color #112631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112631 is #EED9CE. Grayscale: #202020. Windows color (decimal): -15653327 or 3221009. OLE color: 3221009.

HSL color Cylindrical-coordinate representation of color #112631: hue angle of 200.62º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #112631 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB173849-
CMYK0.650.2200.81
HSL200.62º48.48%12.94%-
HSV(B)200.62º65.31%19.22%-
XYZ1.481.733.16-
YUV32.97137.04116.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.35%
GREEN value IS 38 (15.23% from 255) = 36.54%
BLUE value IS 49 (19.53% from 255) = 47.12%
R=16.35%
G=36.54%
B=47.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1738490.650.2200.81200.6248.4812.94
Hex1126314116051c930d
Octal2146611012601213116015
Binary1000110011011000110000011011001010001110010011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112631; }

 p { color: rgb(17,38,49); }

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

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

 a { background-color: rgb(17,38,49); }

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

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

 span { border-color: rgb(17,38,49); }

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