#112433

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

Shades of Black Pearl #112433

Tints of Black Pearl #112433

Color information

#112433 (or 0x112433) is unknown color: approx Black Pearl. HEX triplet: 11, 24 and 33. RGB value is (17,36,51). Sum of RGB (Red+Green+Blue) = 17+36+51=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 51 (20.31% from 255 or 49.04% from 104); Max value from RGB is 51 - color contains mainly: blue. Hex color #112433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112433 is #EEDBCC. Grayscale: #1F1F1F. Windows color (decimal): -15653837 or 3351569. OLE color: 3351569.

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

Color convert

RGB173651-
CMYK0.670.2900.8
HSL206.47º50%13.33%-
HSV(B)206.47º66.67%20%-
XYZ1.461.623.37-
YUV32.03138.71117.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.35%
GREEN value IS 36 (14.45% from 255) = 34.62%
BLUE value IS 51 (20.31% from 255) = 49.04%
R=16.35%
G=34.62%
B=49.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1736510.670.2900.8206.475013.33
Hex112433431D050ce32d
Octal2144631033501203166215
Binary1000110010011001110000111110101010000110011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112433; }

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

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

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

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

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

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

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

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