#112830

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

Shades of Black Pearl #112830

Tints of Black Pearl #112830

Color information

#112830 (or 0x112830) is unknown color: approx Black Pearl. HEX triplet: 11, 28 and 30. RGB value is (17,40,48). Sum of RGB (Red+Green+Blue) = 17+40+48=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 48 - color contains mainly: blue. Hex color #112830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112830 is #EED7CF. Grayscale: #212121. Windows color (decimal): -15652816 or 3155985. OLE color: 3155985.

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

Color convert

RGB174048-
CMYK0.650.1700.81
HSL195.48º47.69%12.75%-
HSV(B)195.48º64.58%18.82%-
XYZ1.521.853.07-
YUV34.03135.88115.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.19%
GREEN value IS 40 (16.02% from 255) = 38.10%
BLUE value IS 48 (19.14% from 255) = 45.71%
R=16.19%
G=38.10%
B=45.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1740480.650.1700.81195.4847.6912.75
Hex1128304111051c330d
Octal2150601012101213036015
Binary1000110100011000010000011000101010001110000111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112830; }

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

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

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

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

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

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

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

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