#112434

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

Shades of Black Pearl #112434

Tints of Black Pearl #112434

Color information

#112434 (or 0x112434) is unknown color: approx Black Pearl. HEX triplet: 11, 24 and 34. RGB value is (17,36,52). Sum of RGB (Red+Green+Blue) = 17+36+52=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 52 (20.70% from 255 or 49.52% from 105); Max value from RGB is 52 - color contains mainly: blue. Hex color #112434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112434 is #EEDBCB. Grayscale: #202020. Windows color (decimal): -15653836 or 3417105. OLE color: 3417105.

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

Color convert

RGB173652-
CMYK0.670.3100.80
HSL207.43º50.72%13.53%-
HSV(B)207.43º67.31%20.39%-
XYZ1.481.633.49-
YUV32.14139.21117.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.19%
GREEN value IS 36 (14.45% from 255) = 34.29%
BLUE value IS 52 (20.70% from 255) = 49.52%
R=16.19%
G=34.29%
B=49.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1736520.670.3100.80207.4350.7213.53
Hex112434431F050cf33e
Octal2144641033701203176316
Binary1000110010011010010000111111101010000110011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112434; }

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

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

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

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

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

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

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

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