#112430

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

Shades of Black Pearl #112430

Tints of Black Pearl #112430

Color information

#112430 (or 0x112430) is unknown color: approx Black Pearl. HEX triplet: 11, 24 and 30. RGB value is (17,36,48). Sum of RGB (Red+Green+Blue) = 17+36+48=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 48 - color contains mainly: blue. Hex color #112430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112430 is #EEDBCF. Grayscale: #1F1F1F. Windows color (decimal): -15653840 or 3154961. OLE color: 3154961.

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

Color convert

RGB173648-
CMYK0.650.2500.81
HSL203.23º47.69%12.75%-
HSV(B)203.23º64.58%18.82%-
XYZ1.41.593.03-
YUV31.69137.21117.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.83%
GREEN value IS 36 (14.45% from 255) = 35.64%
BLUE value IS 48 (19.14% from 255) = 47.52%
R=16.83%
G=35.64%
B=47.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1736480.650.2500.81203.2347.6912.75
Hex1124304119051cb30d
Octal2144601013101213136015
Binary1000110010011000010000011100101010001110010111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112430; }

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

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

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

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

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

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

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

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