#112930

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

Shades of Black Pearl #112930

Tints of Black Pearl #112930

Color information

#112930 (or 0x112930) is unknown color: approx Black Pearl. HEX triplet: 11, 29 and 30. RGB value is (17,41,48). Sum of RGB (Red+Green+Blue) = 17+41+48=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 48 - color contains mainly: blue. Hex color #112930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112930 is #EED6CF. Grayscale: #222222. Windows color (decimal): -15652560 or 3156241. OLE color: 3156241.

HSL color Cylindrical-coordinate representation of color #112930: hue angle of 193.55º 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 #112930 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB174148-
CMYK0.650.1500.81
HSL193.55º47.69%12.75%-
HSV(B)193.55º64.58%18.82%-
XYZ1.561.923.08-
YUV34.62135.55115.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.04%
GREEN value IS 41 (16.41% from 255) = 38.68%
BLUE value IS 48 (19.14% from 255) = 45.28%
R=16.04%
G=38.68%
B=45.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1741480.650.1500.81193.5547.6912.75
Hex11293041F051c230d
Octal2151601011701213026015
Binary100011010011100001000001111101010001110000101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112930; }

 p { color: rgb(17,41,48); }

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

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

 a { background-color: rgb(17,41,48); }

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

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

 span { border-color: rgb(17,41,48); }

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