#112234

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

Shades of Black Pearl #112234

Tints of Black Pearl #112234

Color information

#112234 (or 0x112234) is unknown color: approx Black Pearl. HEX triplet: 11, 22 and 34. RGB value is (17,34,52). Sum of RGB (Red+Green+Blue) = 17+34+52=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #112234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112234 is #EEDDCB. Grayscale: #1E1E1E. Windows color (decimal): -15654348 or 3416593. OLE color: 3416593.

HSL color Cylindrical-coordinate representation of color #112234: hue angle of 210.86º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #112234 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB173452-
CMYK0.670.3500.80
HSL210.86º50.72%13.53%-
HSV(B)210.86º67.31%20.39%-
XYZ1.421.513.47-
YUV30.97139.87118.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.50%
GREEN value IS 34 (13.67% from 255) = 33.01%
BLUE value IS 52 (20.70% from 255) = 50.49%
R=16.50%
G=33.01%
B=50.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1734520.670.3500.80210.8650.7213.53
Hex1122344323050d333e
Octal2142641034301203236316
Binary10001100010110100100001110001101010000110100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112234; }

 p { color: rgb(17,34,52); }

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

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

 a { background-color: rgb(17,34,52); }

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

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

 span { border-color: rgb(17,34,52); }

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