#11232E

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

Shades of Black Pearl #11232E

Tints of Black Pearl #11232E

Color information

#11232E (or 0x11232E) is unknown color: approx Black Pearl. HEX triplet: 11, 23 and 2E. RGB value is (17,35,46). Sum of RGB (Red+Green+Blue) = 17+35+46=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 46 - color contains mainly: blue. Hex color #11232E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11232E is #EEDCD1. Grayscale: #1E1E1E. Windows color (decimal): -15654098 or 3023633. OLE color: 3023633.

HSL color Cylindrical-coordinate representation of color #11232E: hue angle of 202.76º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #11232E is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB173546-
CMYK0.630.2400.82
HSL202.76º46.03%12.35%-
HSV(B)202.76º63.04%18.04%-
XYZ1.331.522.81-
YUV30.87136.54118.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.35%
GREEN value IS 35 (14.06% from 255) = 35.71%
BLUE value IS 46 (18.36% from 255) = 46.94%
R=17.35%
G=35.71%
B=46.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1735460.630.2400.82202.7646.0312.35
Hex11232E3F18052cb2ec
Octal214356773001223135614
Binary100011000111011101111111100001010010110010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11232E; }

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

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

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

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

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

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

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

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