#112333

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

Shades of Black Pearl #112333

Tints of Black Pearl #112333

Color information

#112333 (or 0x112333) is unknown color: approx Black Pearl. HEX triplet: 11, 23 and 33. RGB value is (17,35,51). Sum of RGB (Red+Green+Blue) = 17+35+51=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: blue. Hex color #112333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112333 is #EEDCCC. Grayscale: #1F1F1F. Windows color (decimal): -15654093 or 3351313. OLE color: 3351313.

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

Color convert

RGB173551-
CMYK0.670.3100.8
HSL208.24º50%13.33%-
HSV(B)208.24º66.67%20%-
XYZ1.431.563.36-
YUV31.44139.04117.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.50%
GREEN value IS 35 (14.06% from 255) = 33.98%
BLUE value IS 51 (20.31% from 255) = 49.51%
R=16.50%
G=33.98%
B=49.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1735510.670.3100.8208.245013.33
Hex112333431F050d032d
Octal2143631033701203206215
Binary1000110001111001110000111111101010000110100001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112333; }

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

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

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

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

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

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

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

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