#112130

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

Shades of Black Pearl #112130

Tints of Black Pearl #112130

Color information

#112130 (or 0x112130) is unknown color: approx Black Pearl. HEX triplet: 11, 21 and 30. RGB value is (17,33,48). Sum of RGB (Red+Green+Blue) = 17+33+48=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: blue. Hex color #112130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112130 is #EEDECF. Grayscale: #1D1D1D. Windows color (decimal): -15654608 or 3154193. OLE color: 3154193.

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

Color convert

RGB173348-
CMYK0.650.3100.81
HSL209.03º47.69%12.75%-
HSV(B)209.03º64.58%18.82%-
XYZ1.311.423-
YUV29.93138.2118.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.35%
GREEN value IS 33 (13.28% from 255) = 33.67%
BLUE value IS 48 (19.14% from 255) = 48.98%
R=17.35%
G=33.67%
B=48.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1733480.650.3100.81209.0347.6912.75
Hex112130411F051d130d
Octal2141601013701213216015
Binary1000110000111000010000011111101010001110100011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112130; }

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

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

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

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

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

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

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

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