#112633

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

Shades of Black Pearl #112633

Tints of Black Pearl #112633

Color information

#112633 (or 0x112633) is unknown color: approx Black Pearl. HEX triplet: 11, 26 and 33. RGB value is (17,38,51). Sum of RGB (Red+Green+Blue) = 17+38+51=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 51 (20.31% from 255 or 48.11% from 106); Max value from RGB is 51 - color contains mainly: blue. Hex color #112633 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112633 is #EED9CC. Grayscale: #212121. Windows color (decimal): -15653325 or 3352081. OLE color: 3352081.

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

Color convert

RGB173851-
CMYK0.670.2500.8
HSL202.94º50%13.33%-
HSV(B)202.94º66.67%20%-
XYZ1.521.743.39-
YUV33.2138.04116.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.04%
GREEN value IS 38 (15.23% from 255) = 35.85%
BLUE value IS 51 (20.31% from 255) = 48.11%
R=16.04%
G=35.85%
B=48.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1738510.670.2500.8202.945013.33
Hex1126334319050cb32d
Octal2146631033101203136215
Binary1000110011011001110000111100101010000110010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112633; }

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

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

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

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

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

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

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

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