#112330

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

Shades of Black Pearl #112330

Tints of Black Pearl #112330

Color information

#112330 (or 0x112330) is unknown color: approx Black Pearl. HEX triplet: 11, 23 and 30. RGB value is (17,35,48). Sum of RGB (Red+Green+Blue) = 17+35+48=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 48 (19.14% from 255 or 48% from 100); Max value from RGB is 48 - color contains mainly: blue. Hex color #112330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112330 is #EEDCCF. Grayscale: #1F1F1F. Windows color (decimal): -15654096 or 3154705. OLE color: 3154705.

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

Color convert

RGB173548-
CMYK0.650.2700.81
HSL205.16º47.69%12.75%-
HSV(B)205.16º64.58%18.82%-
XYZ1.371.533.02-
YUV31.1137.54117.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17%
GREEN value IS 35 (14.06% from 255) = 35%
BLUE value IS 48 (19.14% from 255) = 48%
R=17%
G=35%
B=48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1735480.650.2700.81205.1647.6912.75
Hex112330411B051cd30d
Octal2143601013301213156015
Binary1000110001111000010000011101101010001110011011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112330; }

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

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

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

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

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

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

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

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