#112C33

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

Shades of Black Pearl #112C33

Tints of Black Pearl #112C33

Color information

#112C33 (or 0x112C33) is unknown color: approx Black Pearl. HEX triplet: 11, 2C and 33. RGB value is (17,44,51). Sum of RGB (Red+Green+Blue) = 17+44+51=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 51 (20.31% from 255 or 45.54% from 112); Max value from RGB is 51 - color contains mainly: blue. Hex color #112C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C33 is #EED3CC. Grayscale: #242424. Windows color (decimal): -15651789 or 3353617. OLE color: 3353617.

HSL color Cylindrical-coordinate representation of color #112C33: hue angle of 192.35º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #112C33 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB174451-
CMYK0.670.1400.8
HSL192.35º50%13.33%-
HSV(B)192.35º66.67%20%-
XYZ1.732.163.46-
YUV36.72136.05113.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.18%
GREEN value IS 44 (17.58% from 255) = 39.29%
BLUE value IS 51 (20.31% from 255) = 45.54%
R=15.18%
G=39.29%
B=45.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1744510.670.1400.8192.355013.33
Hex112C3343E050c032d
Octal2154631031601203006215
Binary100011011001100111000011111001010000110000001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112C33; }

 p { color: rgb(17,44,51); }

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

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

 a { background-color: rgb(17,44,51); }

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

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

 span { border-color: rgb(17,44,51); }

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